aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-05-14 20:04:59 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-05-14 20:04:59 +0000
commit683fdd8a871e96b9387b33d22384a3212c8ba091 (patch)
tree400730960d5bc81df0301c94e41be0a28fd45df7 /cogs/utils.py
parentc59e677819055e5322898063332368b575088552 (diff)
downloadsteve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.tar
steve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.tar.gz
steve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.tar.bz2
steve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.tar.lz
steve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.tar.xz
steve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.tar.zst
steve-bot-683fdd8a871e96b9387b33d22384a3212c8ba091.zip
Added reject, approve and delete commands, among other improvements
Diffstat (limited to '')
-rwxr-xr-xcogs/utils.py3
1 files changed, 2 insertions, 1 deletions
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):