From 6f9793fe5e8090446f7e8fd0d1e0d752cd66fd0f Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 22 Jan 2020 22:55:05 -0600 Subject: Fixes and improvements for v1.3 documentation * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog --- discord/webhook.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'discord/webhook.py') 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. -- cgit v1.2.3