[commands] Remove support for pass_context=False in Command.

This commit is contained in:
Rapptz
2017-07-18 17:40:52 -04:00
parent 6e0902ef57
commit bcaee518a1
3 changed files with 13 additions and 17 deletions

View File

@ -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'