diff options
author | 2019-03-04 23:56:02 -0700 | |
---|---|---|
committer | 2019-03-04 23:56:02 -0700 | |
commit | 3bbc4cc2132b7dffb98702304014561f69d230dd (patch) | |
tree | 5fa63d4055d5a851d380ee616f56dd2f28160c82 /bot/bot.py | |
parent | Initial 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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |