From 683fdd8a871e96b9387b33d22384a3212c8ba091 Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Thu, 14 May 2020 21:04:59 +0100 Subject: Added reject, approve and delete commands, among other improvements --- cogs/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cogs/utils.py') diff --git a/cogs/utils.py b/cogs/utils.py index 1555d58..19d16b0 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -60,7 +60,8 @@ class Utils(commands.Cog): @findseed.error async def findseed_handler(self,ctx,error): if isinstance(error, commands.CommandOnCooldown): - await ctx.send(f"{ctx.message.author.display_name}, you have to wait {round(error.retry_after, 2)} seconds before using this again.") + return + #await ctx.send(f"{ctx.message.author.display_name}, you have to wait {round(error.retry_after, 7)} seconds before using this again.") @commands.Cog.listener() async def on_message(self, message): -- cgit v1.2.3