diff --git a/exts/gacha/gacha_admin.py b/exts/gacha/gacha_admin.py index e4203ac..24135b4 100644 --- a/exts/gacha/gacha_admin.py +++ b/exts/gacha/gacha_admin.py @@ -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()