diff options
| author | Nadir Chowdhury <[email protected]> | 2021-02-23 08:57:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-23 03:57:11 -0500 |
| commit | 6f748e5da59e5c98504c14d52fcc00a8cce7041a (patch) | |
| tree | 5db6641c5eac038735746b36165824d97add5027 /docs | |
| parent | Add converter example (diff) | |
| download | discord.py-6f748e5da59e5c98504c14d52fcc00a8cce7041a.tar.xz discord.py-6f748e5da59e5c98504c14d52fcc00a8cce7041a.zip | |
Add remaining v6 message types
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 05b08909..7c1c5f3c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1125,6 +1125,35 @@ of :class:`enum.Enum`. The system message denoting that an announcement channel has been followed. .. versionadded:: 1.3 + .. attribute:: guild_stream + + The system message denoting that a member is streaming in the guild. + + .. versionadded:: 1.7 + .. attribute:: guild_discovery_disqualified + + The system message denoting that the guild is no longer eligible for Server + Discovery. + + .. versionadded:: 1.7 + .. attribute:: guild_discovery_requalified + + The system message denoting that the guild has become eligible again for Server + Discovery. + + .. versionadded:: 1.7 + .. attribute:: guild_discovery_grace_period_initial_warning + + The system message denoting that the guild has failed to meet the Server + Discovery requirements for one week. + + .. versionadded:: 1.7 + .. attribute:: guild_discovery_grace_period_final_warning + + The system message denoting that the guild has failed to meet the Server + Discovery requirements for 3 weeks in a row. + + .. versionadded:: 1.7 .. class:: ActivityType |