Skip to content

Commit bc458c2

Browse files
nordbosilasary
andauthored
fix: typo in _chunk_cache on line 712 of guild.py (#1792)
Co-authored-by: Katelyn Gigante <clockwork.singularity@gmail.com>
1 parent 0ac5fa3 commit bc458c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/models/discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ async def process_member_chunk(self, chunk: dict) -> None:
711711
s = time.monotonic()
712712

713713
total_time = time.perf_counter() - start_time
714-
self.chunk_cache = []
714+
self._chunk_cache = []
715715
self.logger.info(f"Cached members for {self.id} in {total_time:.2f} seconds")
716716
self.chunked.set()
717717

0 commit comments

Comments
 (0)