aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
authorGravatar Chris Goes <[email protected]>2019-03-04 23:56:02 -0700
committerGravatar Christopher Goes <[email protected]>2019-03-04 23:56:02 -0700
commit3bbc4cc2132b7dffb98702304014561f69d230dd (patch)
tree5fa63d4055d5a851d380ee616f56dd2f28160c82 /bot/bot.py
parentInitial move of Snakes cog from the bot to seasonalbot (diff)
Make this pig fly
Diffstat (limited to 'bot/bot.py')
-rw-r--r--bot/bot.py2
1 files changed, 1 insertions, 1 deletions
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)