diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2021-01-04 00:27:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 00:27:48 +0000 |
commit | 6280a6ae2f0f169f8a932f3c0f2c39c08d724b92 (patch) | |
tree | 3c7a521120c0c9a0690dfbed19d35ee242e3dd74 | |
parent | b27570db9eb993bc74e47eab168f55a071b62870 (diff) | |
download | steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.tar steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.tar.gz steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.tar.bz2 steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.tar.lz steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.tar.xz steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.tar.zst steve-bot-6280a6ae2f0f169f8a932f3c0f2c39c08d724b92.zip |
Group punishment is a war crime
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index fdc7a9f..6f73219 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -452,7 +452,7 @@ class Utils(commands.Cog): # 4 minute cooldown # should probably be longer - we can't have these kids cheating! - @commands.cooldown(1, 24, commands.BucketType.guild) + @commands.cooldown(1, 24, commands.BucketType.user) @commands.command() async def timezone(self, ctx, timeZone): """set timezone for fair days/streaks""" |