diff options
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py index bbad5ee4..f43fe1c2 100644 --- a/discord/client.py +++ b/discord/client.py @@ -105,6 +105,7 @@ class Client: """ def __init__(self, *, loop=None, **options): + super().__init__(loop, **options) self.ws = None self.token = None self.gateway = None |