diff --git a/packages/discord.js/src/util/Options.js b/packages/discord.js/src/util/Options.js index 078b93d31f5e..58f79af408d3 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}