diff options
| -rw-r--r-- | discord/client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/client.py b/discord/client.py index d1a6f00a..4df163a8 100644 --- a/discord/client.py +++ b/discord/client.py @@ -544,9 +544,9 @@ class Client: @asyncio.coroutine def close(self): - """Closes the websocket connection. + """|coro| - To reconnect the websocket connection, :meth:`connect` must be used. + Closes the connection to discord. """ if self.is_closed: return |