diff options
| author | Rapptz <[email protected]> | 2015-12-05 00:47:52 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-05 00:47:52 -0500 |
| commit | 4287f85ba46b510e780f582b22c19bd4ac2aaeb9 (patch) | |
| tree | 436aaccd00367948403b67610d2c7fb1ab608f9b | |
| parent | Add invite management functions. (diff) | |
| download | discord.py-4287f85ba46b510e780f582b22c19bd4ac2aaeb9.tar.xz discord.py-4287f85ba46b510e780f582b22c19bd4ac2aaeb9.zip | |
Add _is_logged_in to the constructor.
| -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 |