mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-02 16:06:51 +00:00
make stats public, but rate limit it
This commit is contained in:
parent
58c520a394
commit
8e9e0d60f5
@ -336,7 +336,7 @@ namespace CompatBot.Commands
|
||||
}
|
||||
}
|
||||
|
||||
[Command("stats"), RequiresBotModRole]
|
||||
[Command("stats"), Cooldown(1, 10, CooldownBucketType.Global)]
|
||||
[Description("Use to look at various runtime stats")]
|
||||
public async Task Stats(CommandContext ctx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user