diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 013618214..95996a673 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -64,9 +64,6 @@ class Context: nonsense string. If nothing was passed to attempt a call to a subcommand then this is set to `None`. """ - __slots__ = ['message', 'bot', 'args', 'kwargs', 'command', 'view', - 'invoked_with', 'invoked_subcommand', 'subcommand_passed', - 'prefix' ] def __init__(self, **attrs): self.message = attrs.pop('message', None)