diff options
| author | Rapptz <[email protected]> | 2021-05-30 10:02:58 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-05-30 10:02:58 -0400 |
| commit | 267fad9180e2d95f940aebbeea7e0b2d5c2ee107 (patch) | |
| tree | 178fc7cc4d452a06d2e6fe4632d723aeef37f86d /docs | |
| parent | Allow sending View with Interaction.response.send_message (diff) | |
| download | discord.py-267fad9180e2d95f940aebbeea7e0b2d5c2ee107.tar.xz discord.py-267fad9180e2d95f940aebbeea7e0b2d5c2ee107.zip | |
Add WebhookType.application
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 |