From 74f4162d2859333909c74b038ee3a1dcaee65c9c Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 5 Aug 2019 22:01:30 +0200 Subject: Be more helpful. --- bot/cogs/error_handler.py | 1 + 1 file changed, 1 insertion(+) 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!") -- cgit v1.2.3