From ea8d77ea6236c03747fd30ee8f9357acf257f817 Mon Sep 17 00:00:00 2001 From: Koyamie Date: Mon, 9 Aug 2021 18:29:21 +0200 Subject: [PATCH] docs(Options): defaultMakeCacheSettings typo (#6365) fix defaultMakeCacheSettings to be consistant with the actual name. --- src/util/Options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Options.js b/src/util/Options.js index ab46f5e7b..c4a70bcfd 100644 --- a/src/util/Options.js +++ b/src/util/Options.js @@ -219,7 +219,7 @@ class Options extends null { * * `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 })` + * `makeCache: Options.cacheWithLimits({ ...Options.defaultMakeCacheSettings, ReactionManager: 0 })` * @type {Object} */ static get defaultMakeCacheSettings() {