From 3864fb37a0814345913c7ca4fd1978fa5e2ef7e2 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 6 May 2021 21:51:07 +1000 Subject: Fix various reference issues in documentation Co-Authored-By: Riley Shaw <30989490+ShineyDev@users.noreply.github.com> --- discord/webhook/async_.py | 2 -- discord/webhook/sync.py | 2 -- 2 files changed, 4 deletions(-) (limited to 'discord/webhook') diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index 8daa62ca..21e32d00 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -788,8 +788,6 @@ class Webhook(BaseWebhook): received without authentication then this will be ``None``. name: Optional[:class:`str`] The default name of the webhook. - avatar: Optional[:class:`str`] - The default avatar of the webhook. source_guild: Optional[:class:`PartialWebhookGuild`] The guild of the channel that this webhook is following. Only given if :attr:`type` is :attr:`WebhookType.channel_follower`. diff --git a/discord/webhook/sync.py b/discord/webhook/sync.py index 635633fd..2ad7b753 100644 --- a/discord/webhook/sync.py +++ b/discord/webhook/sync.py @@ -478,8 +478,6 @@ class SyncWebhook(BaseWebhook): received without authentication then this will be ``None``. name: Optional[:class:`str`] The default name of the webhook. - avatar: Optional[:class:`str`] - The default avatar of the webhook. source_guild: Optional[:class:`PartialWebhookGuild`] The guild of the channel that this webhook is following. Only given if :attr:`type` is :attr:`WebhookType.channel_follower`. -- cgit v1.2.3