Browse Source

Document BaseActivity

pull/2507/head
Rapptz 5 years ago
parent
commit
5f7a97ff96
  1. 4
      discord/client.py
  2. 4
      discord/shard.py
  3. 6
      docs/api.rst

4
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
---------

4
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")

6
docs/api.rst

@ -2483,6 +2483,12 @@ Colour
.. autoclass:: Colour
:members:
BaseActivity
~~~~~~~~~~~~~~
.. autoclass:: BaseActivity
:members:
Activity
~~~~~~~~~

Loading…
Cancel
Save