diff options
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 |