aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-09 21:23:51 +1000
committerGravatar GitHub <[email protected]>2019-03-09 21:23:51 +1000
commit0acffdd609b9a57e02e652988edcaa54b911df43 (patch)
tree831e787e5cee99c41c3261759bf6dfeba6b51822 /bot/bot.py
parentMerge pull request #135 from kosayoda/server-icon-fix (diff)
parentStray print (diff)
Merge pull request #133 from python-discord/snake-cog
Snake cog
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)