diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index 0f7d8a766..f52186592 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -206,7 +206,7 @@ class BotBase(GroupMixin): cog = context.cog if cog: - attr = '__{0.__class__.__name__}_error'.format(cog) + attr = '_{0.__class__.__name__}__error'.format(cog) if hasattr(cog, attr): return