aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook
diff options
context:
space:
mode:
Diffstat (limited to 'discord/webhook')
-rw-r--r--discord/webhook/async_.py2
-rw-r--r--discord/webhook/sync.py2
2 files changed, 0 insertions, 4 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`.
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`.