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 44d96257..36409a53 100644 --- a/discord/client.py +++ b/discord/client.py @@ -106,6 +106,7 @@ class Client: 'content-type': 'application/json', } self._closed = False + self._is_logged_in = False # internals |