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:
parent
9771b7e883
commit
9b805379cf
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ connect().then(async () => {
|
|||
|
||||
makeCache: Options.cacheWithLimits({
|
||||
...Options.defaultMakeCacheSettings,
|
||||
MessageManager: 0,
|
||||
MessageManager: 1,
|
||||
// GuildMemberManager: 15000,
|
||||
GuildInviteManager: 0,
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue