diff --git a/bot.py b/bot.py index 191bd33..077c5f8 100644 --- a/bot.py +++ b/bot.py @@ -90,6 +90,7 @@ async def on_message(message): await bot.process_commands(message) + @bot.event async def on_command_error(error, ctx): if isinstance(error, commands.BadArgument):