diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-12-08 13:27:00 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-12-08 13:27:00 +0000 |
commit | a0774f8feca260f8fe7d05401160455580c7af00 (patch) | |
tree | 476fb58a65bc950259e8e9f0c89ac69ac9166bb6 | |
parent | 2c44c378eb2717bdb5b6a5de7628d8dfb4835036 (diff) | |
download | steve-bot-master.tar steve-bot-master.tar.gz steve-bot-master.tar.bz2 steve-bot-master.tar.lz steve-bot-master.tar.xz steve-bot-master.tar.zst steve-bot-master.zip |
-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""" |