mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Fix Widget.members type docstring
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user