aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 1bc06d90..6be78181 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -472,7 +472,7 @@ class Client:
self._closed.clear()
self._ready.clear()
self._connection.clear()
- self._http.recreate()
+ self.http.recreate()
@asyncio.coroutine
def start(self, *args, **kwargs):