diff options
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 d798f30..344ed1c 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -112,7 +112,7 @@ class Utils(commands.Cog): async def ping(self, ctx): await ctx.send(f"Pong! {round(self.bot.latency*1000)}ms") - @commands.cooldown(1, 25, commands.BucketType.guild) + @commands.cooldown(1, 2, commands.BucketType.user) @commands.command() async def findblock(self, ctx): """Simulate the UGBC experience""" |