mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-13 05:35:58 +00:00
mention that you can still see the full warning list in bot dms
This commit is contained in:
parent
49dbd209a6
commit
9588713424
@ -160,7 +160,7 @@ namespace CompatBot.Commands
|
||||
var showCount = Math.Min(maxWarningsInPublicChannel, totalWarningCount);
|
||||
var result = new StringBuilder("Warning list for ").Append(userName);
|
||||
if (!isPrivate && !isWhitelisted && totalWarningCount > maxWarningsInPublicChannel)
|
||||
result.Append($" (last {showCount} of {totalWarningCount})");
|
||||
result.Append($" (last {showCount} of {totalWarningCount}, full list in DMs)");
|
||||
result.AppendLine(":").AppendLine("```");
|
||||
var header = $"{"ID",-5} | {"Issued by",-15} | {"On date (UTC)",-20} | Reason";
|
||||
if (isPrivate)
|
||||
|
Loading…
Reference in New Issue
Block a user