diff options
-rwxr-xr-x | cogs/src.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogs/src.py b/cogs/src.py index 81285a1..d2da654 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -332,6 +332,7 @@ class Src(commands.Cog): async def is_mod(ctx): return ctx.author.guild_permissions.manage_channels + @commands.cooldown(300, 1, commands.BucketType.guild) @commands.command(description="Posts all pending runs to #pending-runs") @commands.guild_only() async def pending(self, ctx): |