Skip to content

Commit

Permalink
Set the default wait to True for guild member chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Sep 11, 2023
1 parent 6bf3994 commit 190dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novus/models/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ async def chunk_members(
query: str = "",
limit: int = 0,
user_ids: list[int] | None = None,
wait: bool = False) -> list[GuildMember] | None:
wait: bool = True) -> list[GuildMember] | None:
"""
Request member chunks from the gateway.
Expand Down

0 comments on commit 190dd58

Please sign in to comment.