Skip to content

Commit

Permalink
fix: use gateway chunking that's hopefully more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Jan 4, 2025
1 parent 2c91a6d commit 392236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exts/gacha/gacha_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ async def gacha_give_all(
raise utils.CustomCheckFailure("The Player role was not found.")

if not ctx.guild.chunked:
await ctx.guild.chunk()
await ctx.guild.gateway_chunk()
await asyncio.sleep(1.5) # sometimes, it needs the wiggle room

members = actual_role.members.copy()
Expand Down

0 comments on commit 392236b

Please sign in to comment.