mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Add _is_logged_in to the constructor.
This commit is contained in:
parent
2f86a853d6
commit
4287f85ba4
@ -106,6 +106,7 @@ class Client:
|
||||
'content-type': 'application/json',
|
||||
}
|
||||
self._closed = False
|
||||
self._is_logged_in = False
|
||||
|
||||
# internals
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user