aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2021-01-04 00:38:11 +0000
committerGitHub <noreply@github.com>2021-01-04 00:38:11 +0000
commit1eeb15e604cca528ff223d4608ef73ab4e0c7582 (patch)
treee11b60708f30f3aa968d0d3022012268bf1a8165
parent6280a6ae2f0f169f8a932f3c0f2c39c08d724b92 (diff)
downloadsteve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.tar
steve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.tar.gz
steve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.tar.bz2
steve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.tar.lz
steve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.tar.xz
steve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.tar.zst
steve-bot-1eeb15e604cca528ff223d4608ef73ab4e0c7582.zip
24 hour timezone change cooldown
-rwxr-xr-xcogs/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 6f73219..2455f48 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -450,9 +450,9 @@ class Utils(commands.Cog):
except UnboundLocalError:
pass
- # 4 minute cooldown
+ # 24 hour cooldown
# should probably be longer - we can't have these kids cheating!
- @commands.cooldown(1, 24, commands.BucketType.user)
+ @commands.cooldown(1, 86400, commands.BucketType.user)
@commands.command()
async def timezone(self, ctx, timeZone):
"""set timezone for fair days/streaks"""