From 4c565e52990734599d0bdeae632bb7779ac8ef2a Mon Sep 17 00:00:00 2001 From: NCPlayz Date: Mon, 22 Feb 2021 19:18:24 +0000 Subject: add reply and application_command types --- docs/api.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3