diff options
| author | iDutchy <[email protected]> | 2020-09-20 06:05:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-20 00:05:18 -0400 |
| commit | cc26499237e579d19b43008d898a07324aef0854 (patch) | |
| tree | 5af7b993eec1e57b51ccdc0312ca9f0b45f7e233 /docs/api.rst | |
| parent | issue/PR templates: use h2 instead of h3 (diff) | |
| download | discord.py-cc26499237e579d19b43008d898a07324aef0854.tar.xz discord.py-cc26499237e579d19b43008d898a07324aef0854.zip | |
Add competing activity type
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index c97197cd..55f20aa8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -984,6 +984,11 @@ of :class:`enum.Enum`. .. attribute:: custom A custom activity type. + .. attribute:: competing + + A competing activity type. + + .. versionadded:: 1.5 .. class:: HypeSquadHouse |