diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-01-22 18:41:29 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-01-22 18:41:29 +0000 |
commit | 4f326240a54f29c6a2fded0eb5c7eca45bb40668 (patch) | |
tree | 381c6054edb6f2bc60dfb1430862af44ea1be74c /cogs | |
parent | fb66fad824a19aca5bd36166a788e0b9de0c67e4 (diff) | |
parent | 95dc84dfac8a7deacc0a565804caf9a2e6dafbe8 (diff) | |
download | steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.tar steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.tar.gz steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.tar.bz2 steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.tar.lz steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.tar.xz steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.tar.zst steve-bot-4f326240a54f29c6a2fded0eb5c7eca45bb40668.zip |
Merge branch 'master' of github.com:MCBE-Speedrunning/Steve-Bot
Diffstat (limited to 'cogs')
-rwxr-xr-x | cogs/src.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/src.py b/cogs/src.py index 67d5cca..a5abb26 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -333,7 +333,7 @@ class Src(commands.Cog): async def is_mod(ctx): return ctx.author.guild_permissions.manage_channels - @commands.cooldown(1, 300, commands.BucketType.guild) + @commands.cooldown(1, 600, commands.BucketType.guild) @commands.command(description="Posts all pending runs to #pending-runs") @commands.guild_only() async def pending(self, ctx): |