From 4287f85ba46b510e780f582b22c19bd4ac2aaeb9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 5 Dec 2015 00:47:52 -0500 Subject: [PATCH] Add _is_logged_in to the constructor. --- discord/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/client.py b/discord/client.py index 44d962578..36409a53a 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