diff options
author | 2019-03-09 12:08:57 -0500 | |
---|---|---|
committer | 2019-03-09 12:08:57 -0500 | |
commit | 869f2ccdafeb0f4f150988542ce1b25286cac0d3 (patch) | |
tree | efbe0be19a7116ae801508b9be543603815512a5 /bot/bot.py | |
parent | Add newlines (diff) | |
parent | Merge 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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |