diff options
| author | NCPlayz <[email protected]> | 2021-02-22 19:18:24 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-11 00:39:13 -0400 |
| commit | 4c565e52990734599d0bdeae632bb7779ac8ef2a (patch) | |
| tree | 5ef6f1a9f8778a2988f8047ed94b78a65d05ef10 /docs | |
| parent | Remove MemberCacheFlags.online (diff) | |
| download | discord.py-4c565e52990734599d0bdeae632bb7779ac8ef2a.tar.xz discord.py-4c565e52990734599d0bdeae632bb7779ac8ef2a.zip | |
add reply and application_command types
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 34a6dca1..0d073496 100644 --- a/docs/api.rst +++ b/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 |