diff options
| author | Josh <[email protected]> | 2021-04-26 09:21:09 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-25 19:21:09 -0400 |
| commit | 20c2664a5038aea602f3450a87878c1083ac9ed2 (patch) | |
| tree | 1a5c5fac47c0bac240295260bbd668c50567d27f /discord/webhook | |
| parent | Use Asset for AuditLogChanges and add more entries (diff) | |
| download | discord.py-20c2664a5038aea602f3450a87878c1083ac9ed2.tar.xz discord.py-20c2664a5038aea602f3450a87878c1083ac9ed2.zip | |
[docs] Remove extraneous icon definition
Diffstat (limited to 'discord/webhook')
| -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') |