aboutsummaryrefslogtreecommitdiff
path: root/discord/shard.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-14 22:08:21 -0500
committerRapptz <[email protected]>2020-01-14 22:09:24 -0500
commit5f7a97ff9614828a0a8db4d30d496d3caf25b3ac (patch)
tree1479ebf5f1d7537f4b4c9474e5dcdb01348d31ab /discord/shard.py
parentupdated the docs for Guild.vanity_invite (diff)
downloaddiscord.py-5f7a97ff9614828a0a8db4d30d496d3caf25b3ac.tar.xz
discord.py-5f7a97ff9614828a0a8db4d30d496d3caf25b3ac.zip
Document BaseActivity
Diffstat (limited to 'discord/shard.py')
-rw-r--r--discord/shard.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/shard.py b/discord/shard.py
index f600e13c..bcfe0cf6 100644
--- a/discord/shard.py
+++ b/discord/shard.py
@@ -300,10 +300,6 @@ class AutoShardedClient(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: ::
game = discord.Game("with the API")