Browse Source
[docs] Remove extraneous icon definition
pull/6844/head
Josh
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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') |
|
|
|