mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-01-20 17:42:59 +00:00
always show All Time column for !warn list top
This commit is contained in:
parent
88b1552850
commit
3e0c53ab48
@ -53,7 +53,7 @@ namespace CompatBot.Commands
|
||||
new AsciiColumn("Username", maxWidth: 24),
|
||||
new AsciiColumn("User ID", disabled: !ctx.Channel.IsPrivate, alignToRight: true),
|
||||
new AsciiColumn("Count", alignToRight: true),
|
||||
new AsciiColumn("All time", disabled: !ctx.Channel.IsPrivate || !isMod, alignToRight: true)
|
||||
new AsciiColumn("All time", alignToRight: true)
|
||||
);
|
||||
using (var db = new BotDb())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user