Skip to content

Commit

Permalink
docs: remove false optional (Pycord-Development#2424)
Browse files Browse the repository at this point in the history
docs: not optional
  • Loading branch information
Dorukyum authored Apr 16, 2024
1 parent 7a7f364 commit 929e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ async def search_members(self, query: str, *, limit: int = 1000) -> list[Member]
----------
query: :class:`str`
Searches for usernames and nicknames that start with this string, case-insensitive.
limit: Optional[:class:`int`]
limit: :class:`int`
The maximum number of members to retrieve, up to 1000.
Returns
Expand Down

0 comments on commit 929e15e

Please sign in to comment.