Browse Source

Fix Widget.members type docstring

pull/10109/head
Rapptz 2 years ago
committed by dolfies
parent
commit
48e5e6d77f
  1. 2
      discord/widget.py

2
discord/widget.py

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