add reply and application_command types

This commit is contained in:
NCPlayz
2021-02-22 19:18:24 +00:00
committed by Rapptz
parent 7afcacc9a1
commit 4c565e5299
2 changed files with 12 additions and 0 deletions

View File

@ -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