mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Add context_menu_command Message type
This commit is contained in:
@ -1403,9 +1403,9 @@ of :class:`enum.Enum`.
|
||||
The system message denoting that the author is replying to a message.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
.. attribute:: application_command
|
||||
.. attribute:: chat_input_command
|
||||
|
||||
The system message denoting that an application (or "slash") command was executed.
|
||||
The system message denoting that a slash command was executed.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
.. attribute:: guild_invite_reminder
|
||||
@ -1418,6 +1418,11 @@ of :class:`enum.Enum`.
|
||||
The system message denoting the message in the thread that is the one that started the
|
||||
thread's conversation topic.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
.. attribute:: context_menu_command
|
||||
|
||||
The system message denoting that a context menu command was executed.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
.. class:: UserFlags
|
||||
|
Reference in New Issue
Block a user