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 831f5b2..1140e8c 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)."""