diff options
Diffstat (limited to 'discord/shard.py')
| -rw-r--r-- | discord/shard.py | 4 |
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") |