diff --git a/discord/client.py b/discord/client.py index d1a6f00ab..4df163a8e 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