diff --git a/discord-bot-core/Client.js b/discord-bot-core/Client.js index 6703ea0..9b39fbe 100644 --- a/discord-bot-core/Client.js +++ b/discord-bot-core/Client.js @@ -18,9 +18,7 @@ module.exports = class Client extends Discord.Client { */ constructor(token, commandsDir, guildDataModel) { super({ - messageCacheMaxSize: 16, - messageCacheLifetime: 60, - messageSweepInterval: 480 + messageCacheMaxSize: 16 }); this._token = token; @@ -100,6 +98,4 @@ function compactCollections() { and camo is designed to work with both NeDB and MongoDB, which is presumably why it doesn't alraedy exist */ for (let collectionName of Object.keys(neDB._collections)) neDB._collections[collectionName].persistence.compactDatafile(); - - Util.dateLog("Executed compaction on loaded NeDB collections"); } \ No newline at end of file