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
else:
try:
func(bot)
func(self)
except:
pass
finally:

Loading…
Cancel
Save