From 267fad9180e2d95f940aebbeea7e0b2d5c2ee107 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 30 May 2021 10:02:58 -0400 Subject: Add WebhookType.application --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 3971d4b7..27604ae4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2018,6 +2018,12 @@ of :class:`enum.Enum`. Represents a webhook that is internally managed by Discord, used for following channels. + .. attribute:: application + + Represents a webhook that is used for interactions or applications. + + .. versionadded:: 2.0 + .. class:: ExpireBehaviour Represents the behaviour the :class:`Integration` should perform -- cgit v1.2.3