mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 19:34:23 +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.
|
||||
channels: List[:class:`WidgetChannel`]
|
||||
The accessible voice channels in the guild.
|
||||
members: List[:class:`Member`]
|
||||
members: List[:class:`WidgetMember`]
|
||||
The online members in the guild. Offline members
|
||||
do not appear in the widget.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user