mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
add reply and application_command types
This commit is contained in:
10
docs/api.rst
10
docs/api.rst
@ -1070,6 +1070,16 @@ of :class:`enum.Enum`.
|
||||
Discovery requirements for 3 weeks in a row.
|
||||
|
||||
.. versionadded:: 1.7
|
||||
.. attribute:: reply
|
||||
|
||||
The message type denoting that the author is replying to a message.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
.. attribute:: application_command
|
||||
|
||||
The system message denoting that an application (or "slash") command was executed.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
.. class:: ActivityType
|
||||
|
||||
|
Reference in New Issue
Block a user