diff options
Diffstat (limited to 'discord/webhook/async_.py')
| -rw-r--r-- | discord/webhook/async_.py | 2 |
1 files changed, 0 insertions, 2 deletions
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`. |