diff --git a/interactions/models/discord/guild.py b/interactions/models/discord/guild.py index ca73a8ca9..00f4ca990 100644 --- a/interactions/models/discord/guild.py +++ b/interactions/models/discord/guild.py @@ -711,7 +711,7 @@ async def process_member_chunk(self, chunk: dict) -> None: s = time.monotonic() total_time = time.perf_counter() - start_time - self.chunk_cache = [] + self._chunk_cache = [] self.logger.info(f"Cached members for {self.id} in {total_time:.2f} seconds") self.chunked.set()