Browse Source

Update Guild.query_members docstring

pull/9171/head
Lia Marie 2 years ago
committed by GitHub
parent
commit
dc194409c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      discord/guild.py

6
discord/guild.py

@ -3815,9 +3815,7 @@ class Guild(Hashable):
) -> List[Member]: ) -> List[Member]:
"""|coro| """|coro|
Request members that belong to this guild whose username starts with Request members of this guild whose username or nickname starts with the given query.
the query given.
This is a websocket operation. This is a websocket operation.
.. versionadded:: 1.3 .. versionadded:: 1.3
@ -3825,7 +3823,7 @@ class Guild(Hashable):
Parameters Parameters
----------- -----------
query: Optional[:class:`str`] query: Optional[:class:`str`]
The string that the username's start with. The string that the username or nickname should start with.
limit: :class:`int` limit: :class:`int`
The maximum number of members to send back. This must be The maximum number of members to send back. This must be
a number between 5 and 100. a number between 5 and 100.

Loading…
Cancel
Save