Skip to content

Commit 929e15e

Browse files
authored
docs: remove false optional (Pycord-Development#2424)
docs: not optional
1 parent 7a7f364 commit 929e15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ async def search_members(self, query: str, *, limit: int = 1000) -> list[Member]
20402040
----------
20412041
query: :class:`str`
20422042
Searches for usernames and nicknames that start with this string, case-insensitive.
2043-
limit: Optional[:class:`int`]
2043+
limit: :class:`int`
20442044
The maximum number of members to retrieve, up to 1000.
20452045
20462046
Returns

0 commit comments

Comments
 (0)