diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/error_handler.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/cogs/error_handler.py b/bot/cogs/error_handler.py index 5033c95cf..de880fcf5 100644 --- a/bot/cogs/error_handler.py +++ b/bot/cogs/error_handler.py @@ -53,6 +53,7 @@ class ErrorHandler:              await ctx.send(f"Bad argument: {e}\n")              await ctx.invoke(*help_command)          elif isinstance(e, UserInputError): +            await ctx.send("Something about your input seems off. Check the arguments:")              await ctx.invoke(*help_command)          elif isinstance(e, NoPrivateMessage):              await ctx.send("Sorry, this command can't be used in a private message!") | 
