aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py2
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"""