From 3bbc4cc2132b7dffb98702304014561f69d230dd Mon Sep 17 00:00:00 2001 From: Chris Goes Date: Mon, 4 Mar 2019 23:56:02 -0700 Subject: Make this pig fly --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/bot.py') diff --git a/bot/bot.py b/bot/bot.py index 12291a5f..3cc57c3f 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -68,4 +68,4 @@ class SeasonalBot(Bot): if isinstance(exception, commands.UserInputError): context.command.reset_cooldown(context) else: - super().on_command_error(context, exception) + await super().on_command_error(context, exception) -- cgit v1.2.3