mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-24 20:04:55 +00:00
Fix Widget.members type docstring
This commit is contained in:
parent
7db197ef25
commit
c495762aa6
@ -226,7 +226,7 @@ class Widget:
|
|||||||
The guild's name.
|
The guild's name.
|
||||||
channels: List[:class:`WidgetChannel`]
|
channels: List[:class:`WidgetChannel`]
|
||||||
The accessible voice channels in the guild.
|
The accessible voice channels in the guild.
|
||||||
members: List[:class:`Member`]
|
members: List[:class:`WidgetMember`]
|
||||||
The online members in the guild. Offline members
|
The online members in the guild. Offline members
|
||||||
do not appear in the widget.
|
do not appear in the widget.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user