3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix: potential crash fix

This commit is contained in:
Dragory 2021-10-26 13:15:04 +03:00
parent 9771b7e883
commit 9b805379cf
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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