diff options
Diffstat (limited to 'discord/webhook.py')
| -rw-r--r-- | discord/webhook.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/webhook.py b/discord/webhook.py index cc43bbca..efc33bed 100644 --- a/discord/webhook.py +++ b/discord/webhook.py @@ -404,6 +404,9 @@ class Webhook: The webhook's ID type: :class:`WebhookType` The type of the webhook. + + .. versionadded:: 1.3 + token: Optional[:class:`str`] The authentication token of the webhook. If this is ``None`` then the webhook cannot be used to make requests. |