Add CHANNEL_FOLLOW_ADD Message Type

Add documentation for MessageType.channel_follow_add

Add versionchanged to new MessageType attr

Add system_content for new MessageType
This commit is contained in:
Dice
2019-08-16 22:10:49 -04:00
committed by Rapptz
parent 125a5676b8
commit da4bb0610c
3 changed files with 10 additions and 0 deletions

View File

@ -760,6 +760,9 @@ of :class:`enum.Enum`.
Specifies the type of :class:`Message`. This is used to denote if a message
is to be interpreted as a system message or a regular message.
.. versionchanged:: 1.3.0
The ``channel_follow_add`` attribute was added.
.. attribute:: default
The default message type. This is the same as regular messages.
@ -803,6 +806,9 @@ of :class:`enum.Enum`.
The system message denoting that a member has "nitro boosted" a guild
and it achieved level 3.
.. attribute:: channel_follow_add
The system message denoting that an announcement channel has been followed.
.. class:: ActivityType