Browse Source

Fix Widget.members type docstring

pull/9301/head
Rapptz 2 years ago
parent
commit
c495762aa6
  1. 2
      discord/widget.py

2
discord/widget.py

@ -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…
Cancel
Save