Browse Source

[commands] Bugfix on the teardown function call.

pull/460/head
PapyrusThePlant 8 years ago
committed by Rapptz
parent
commit
31cd9ad37a
  1. 2
      discord/ext/commands/bot.py

2
discord/ext/commands/bot.py

@ -776,7 +776,7 @@ class Bot(GroupMixin, discord.Client):
pass pass
else: else:
try: try:
func(bot) func(self)
except: except:
pass pass
finally: finally:

Loading…
Cancel
Save