[commands] Remove support for pass_context=False in Command.
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user