make stats public, but rate limit it

This commit is contained in:
13xforever 2019-02-15 01:27:56 +05:00
parent 58c520a394
commit 8e9e0d60f5

View File

@ -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)
{