mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Proper variable name in Client.clear.
This commit is contained in:
parent
5c5a59c18e
commit
e2f7945f59
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user