diff options
Diffstat (limited to 'discord')
| -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 e0601cc4..32552455 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -471,8 +471,6 @@ class PartialWebhookGuild(Hashable): The partial guild's ID. name: :class:`str` The partial guild's name. - icon: :class:`str` - The partial guild's icon """ __slots__ = ('id', 'name', '_icon', '_state') |