From 32523325c6610e95fe3ffcc31d005b3418c6bc68 Mon Sep 17 00:00:00 2001 From: advaith Date: Sun, 11 Sep 2022 11:16:34 -0700 Subject: [PATCH] docs(Options): update DefaultMakeCacheSettings (#8585) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/discord.js/src/util/Options.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/discord.js/src/util/Options.js b/packages/discord.js/src/util/Options.js index 078b93d31..58f79af40 100644 --- a/packages/discord.js/src/util/Options.js +++ b/packages/discord.js/src/util/Options.js @@ -154,9 +154,6 @@ class Options extends null { * The default settings passed to {@link Options.cacheWithLimits}. * The caches that this changes are: * * `MessageManager` - Limit to 200 messages - * * `ChannelManager` - Sweep archived threads - * * `GuildChannelManager` - Sweep archived threads - * * `ThreadManager` - Sweep archived threads * If you want to keep default behavior and add on top of it you can use this object and add on to it, e.g. * `makeCache: Options.cacheWithLimits({ ...Options.DefaultMakeCacheSettings, ReactionManager: 0 })` * @type {Object}