Skip to content

Commit

Permalink
fix: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik K committed Oct 24, 2023
1 parent dc8e22a commit 5f4dfd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/wouldYou.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export default class WouldYou extends Client {
case "GuildBanManager":
case "ThreadManager":
case "ReactionUserManager":
case "VoiceStateManager":
case "AutoModerationRuleManager":
return new LimitedCollection({ maxSize: 0 });
case "GuildMemberManager":
return new LimitedCollection({
Expand Down

0 comments on commit 5f4dfd2

Please sign in to comment.