aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorSkycloudd <51929172+Skycloudd@users.noreply.github.com>2021-01-21 13:47:09 +0000
committerGitHub <noreply@github.com>2021-01-21 13:47:09 +0000
commitdcc8e8172623bfe2cc133006c5ab0433e503ec9f (patch)
tree3988efbd055014902bd9abaa3c65f7852ac6a98f /cogs
parent646d22be18ae1e25b33c0163f0071a16363ca185 (diff)
downloadsteve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.tar
steve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.tar.gz
steve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.tar.bz2
steve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.tar.lz
steve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.tar.xz
steve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.tar.zst
steve-bot-dcc8e8172623bfe2cc133006c5ab0433e503ec9f.zip
increase pending command cooldown to 10 minutes
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/src.py2
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):