diff options
| author | Nadir Chowdhury <[email protected]> | 2021-04-19 01:33:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-18 20:33:56 -0400 |
| commit | 95777230b0ac840b77d2a4d8ad544cfed58c3a10 (patch) | |
| tree | b9fe800eba6c752ef5cd9e32d7cb55904687c1d6 /docs | |
| parent | Add support for ApplicationFlags (diff) | |
| download | discord.py-95777230b0ac840b77d2a4d8ad544cfed58c3a10.tar.xz discord.py-95777230b0ac840b77d2a4d8ad544cfed58c3a10.zip | |
Add `MessageType.guild_invite_reminder`
Diffstat (limited to 'docs')
| -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 8dc0159d..6408947f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1070,6 +1070,11 @@ of :class:`enum.Enum`. The system message denoting that an application (or "slash") command was executed. .. versionadded:: 2.0 + .. attribute:: guild_invite_reminder + + The system message sent as a reminder to invite people to the guild. + + .. versionadded:: 2.0 .. class:: ActivityType |