aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/client.py b/discord/client.py
index 378b276d..78cbe2af 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -904,10 +904,6 @@ class Client:
Changes the client's presence.
- The activity parameter is a :class:`.Activity` object (not a string) that represents
- the activity being done currently. This could also be the slimmed down versions,
- :class:`.Game` and :class:`.Streaming`.
-
Example
---------