3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-24 01:55:03 +00:00

fix: temp fix, cache all members again

This commit is contained in:
Dragory 2021-10-17 21:02:44 +03:00
parent 6ced3e7512
commit a478caa3dc

View file

@ -180,7 +180,7 @@ connect().then(async () => {
makeCache: Options.cacheWithLimits({
...Options.defaultMakeCacheSettings,
MessageManager: 0,
GuildMemberManager: 15000,
// GuildMemberManager: 15000,
GuildInviteManager: 0,
}),