aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py
index 2f70082b..465b9b14 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -389,6 +389,12 @@ class Client:
"""|coro|
Logs out of Discord and closes all connections.
+
+ .. note::
+
+ This is just an alias to :meth:`close`. If you want
+ to do extraneous cleanup when subclassing, it is suggested
+ to override :meth:`close` instead.
"""
await self.close()