aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-05 00:47:52 -0500
committerRapptz <[email protected]>2015-12-05 00:47:52 -0500
commit4287f85ba46b510e780f582b22c19bd4ac2aaeb9 (patch)
tree436aaccd00367948403b67610d2c7fb1ab608f9b
parentAdd invite management functions. (diff)
downloaddiscord.py-4287f85ba46b510e780f582b22c19bd4ac2aaeb9.tar.xz
discord.py-4287f85ba46b510e780f582b22c19bd4ac2aaeb9.zip
Add _is_logged_in to the constructor.
-rw-r--r--discord/client.py1
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