Fix Widget.members type docstring

This commit is contained in:
Rapptz 2023-03-12 22:20:50 -04:00
parent 7db197ef25
commit c495762aa6

View File

@ -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.