[commands] Bugfix on the teardown function call.
This commit is contained in:
parent
a8264f6540
commit
31cd9ad37a
@ -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…
x
Reference in New Issue
Block a user