We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac5fa3 commit bc458c2Copy full SHA for bc458c2
interactions/models/discord/guild.py
@@ -711,7 +711,7 @@ async def process_member_chunk(self, chunk: dict) -> None:
711
s = time.monotonic()
712
713
total_time = time.perf_counter() - start_time
714
- self.chunk_cache = []
+ self._chunk_cache = []
715
self.logger.info(f"Cached members for {self.id} in {total_time:.2f} seconds")
716
self.chunked.set()
717
0 commit comments