diff options
Diffstat (limited to 'discord/ext/commands/bot.py')
| -rw-r--r-- | discord/ext/commands/bot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index 893719a1..55c97301 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -168,7 +168,6 @@ class BotBase(GroupMixin): self._skip_check = lambda x, y: x == y self.help_attrs = options.pop('help_attrs', {}) - self.help_attrs['pass_context'] = True if 'name' not in self.help_attrs: self.help_attrs['name'] = 'help' |