Skip to content

Commit

Permalink
refactor(CacheCustomizations): only csche bot member
Browse files Browse the repository at this point in the history
  • Loading branch information
imnaiyar committed Sep 23, 2024
1 parent 3357199 commit f515b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bot/structures/SkyHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ export class SkyHelper extends Client<true> {
GuildMessageManager: 0,
GuildTextThreadManager: 0,
GuildInviteManager: 0,
GuildMemberManager: {
maxSize: 0,
keepOverLimit: (m) => m.id === m.client.user.id,
},
}),
sweepers: Options.DefaultSweeperSettings,
});
Expand Down

0 comments on commit f515b8f

Please sign in to comment.