aboutsummaryrefslogtreecommitdiff
path: root/cogs/errorhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/errorhandler.py')
-rw-r--r--cogs/errorhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/errorhandler.py b/cogs/errorhandler.py
index e3483c8..8533a61 100644
--- a/cogs/errorhandler.py
+++ b/cogs/errorhandler.py
@@ -11,7 +11,7 @@ class Errorhandler(commands.Cog):
return
if isinstance(error, commands.CommandOnCooldown):
- return
+ return await ctx.send(f'{ctx.author.mention}, you have to wait {round(error.retry_after, 2)} seconds before using this again')
raise error