diff options
author | 2019-03-09 21:23:51 +1000 | |
---|---|---|
committer | 2019-03-09 21:23:51 +1000 | |
commit | 0acffdd609b9a57e02e652988edcaa54b911df43 (patch) | |
tree | 831e787e5cee99c41c3261759bf6dfeba6b51822 /bot/bot.py | |
parent | Merge pull request #135 from kosayoda/server-icon-fix (diff) | |
parent | Stray print (diff) |
Merge pull request #133 from python-discord/snake-cog
Snake cog
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) |