diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2021-07-03 20:10:28 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2021-07-03 20:10:28 +0000 |
commit | 7aa6608f34907ed7f716a5f7905edfc9bccac69d (patch) | |
tree | ce14957ed8721ae2124da25bd7db8445c0516598 /cogs/utils.py | |
parent | 9e113fd0e00245eba7116442b86cefbea63d26dd (diff) | |
parent | 558a3dcaf6c4aa2ee15e25fec1d4847a49a115ae (diff) | |
download | steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.tar steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.tar.gz steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.tar.bz2 steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.tar.lz steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.tar.xz steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.tar.zst steve-bot-7aa6608f34907ed7f716a5f7905edfc9bccac69d.zip |
Merge branch 'patch-5' of https://github.com/Samot19/Steve-Bot into patch-5
Diffstat (limited to 'cogs/utils.py')
-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 e523281..aae246f 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -519,7 +519,7 @@ class Utils(commands.Cog): f"{discord.utils.escape_mentions(ctx.message.author.display_name)} your timezone has been set to {timeZone}" ) - @commands.cooldown(2, 60, commands.BucketType.guild) + @commands.cooldown(2, 60, commands.BucketType.user) @commands.command() async def fboard(self, ctx, requested: str = "streak"): """Show fair leaderboard (day or streak).""" |