From 5f7a97ff9614828a0a8db4d30d496d3caf25b3ac Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 14 Jan 2020 22:08:21 -0500 Subject: Document BaseActivity --- discord/client.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'discord/client.py') 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 --------- -- cgit v1.2.3