diff options
| -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 ddf35c7a..b7c5b802 100644 --- a/discord/client.py +++ b/discord/client.py @@ -126,6 +126,7 @@ class Client: """ def __init__(self, *, loop=None, **options): self.ws = None + self.email = None self.loop = asyncio.get_event_loop() if loop is None else loop self._listeners = [] self.cache_auth = options.get('cache_auth', True) |