mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 10:56:44 +00:00
[docs] Remove extraneous icon definition
This commit is contained in:
parent
1765cdffb1
commit
20c2664a50
@ -471,8 +471,6 @@ class PartialWebhookGuild(Hashable):
|
|||||||
The partial guild's ID.
|
The partial guild's ID.
|
||||||
name: :class:`str`
|
name: :class:`str`
|
||||||
The partial guild's name.
|
The partial guild's name.
|
||||||
icon: :class:`str`
|
|
||||||
The partial guild's icon
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = ('id', 'name', '_icon', '_state')
|
__slots__ = ('id', 'name', '_icon', '_state')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user