diff options
Diffstat (limited to '')
-rwxr-xr-x | cogs/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 68567f0..6227e0a 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -220,6 +220,7 @@ class Utils(commands.Cog): #return await ctx.send(f"{ctx.message.author.display_name}, you have to wait {round(error.retry_after, 2)} seconds before using this again.") + @commands.cooldown(1, 60, commands.BucketType.guild) @commands.command() async def someone(self, ctx): if ctx.channel.id != int(self.bot.config[str(ctx.message.guild.id)]["fair_channel"]): |