diff options
Diffstat (limited to 'discord/ext/commands/bot.py')
| -rw-r--r-- | discord/ext/commands/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index d23eeb49..b0a86ebd 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -776,7 +776,7 @@ class Bot(GroupMixin, discord.Client): pass else: try: - func(bot) + func(self) except: pass finally: |