Browse Source

Add _is_logged_in to the constructor.

pull/57/head
Rapptz 9 years ago
parent
commit
4287f85ba4
  1. 1
      discord/client.py

1
discord/client.py

@ -106,6 +106,7 @@ class Client:
'content-type': 'application/json',
}
self._closed = False
self._is_logged_in = False
# internals

Loading…
Cancel
Save