aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-09 12:08:57 -0500
committerGravatar sco1 <[email protected]>2019-03-09 12:08:57 -0500
commit869f2ccdafeb0f4f150988542ce1b25286cac0d3 (patch)
treeefbe0be19a7116ae801508b9be543603815512a5 /bot/bot.py
parentAdd newlines (diff)
parentMerge pull request #138 from python-discord/docker-fix (diff)
Merge branch 'master' into dpy-cog-changes
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 84bac598..c1198957 100644
--- a/bot/bot.py
+++ b/bot/bot.py
@@ -69,4 +69,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)