From 95777230b0ac840b77d2a4d8ad544cfed58c3a10 Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Mon, 19 Apr 2021 01:33:56 +0100 Subject: Add `MessageType.guild_invite_reminder` --- docs/api.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 8dc0159d..6408947f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1069,6 +1069,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 -- cgit v1.2.3