mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs(Options): defaultMakeCacheSettings typo (#6365)
fix defaultMakeCacheSettings to be consistant with the actual name.
This commit is contained in:
@@ -219,7 +219,7 @@ class Options extends null {
|
|||||||
* * `GuildChannelManager` - Sweep archived threads
|
* * `GuildChannelManager` - Sweep archived threads
|
||||||
* * `ThreadManager` - Sweep archived threads
|
* * `ThreadManager` - Sweep archived threads
|
||||||
* <info>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.
|
* <info>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 })`</info>
|
* `makeCache: Options.cacheWithLimits({ ...Options.defaultMakeCacheSettings, ReactionManager: 0 })`</info>
|
||||||
* @type {Object<string, LimitedCollectionOptions|number>}
|
* @type {Object<string, LimitedCollectionOptions|number>}
|
||||||
*/
|
*/
|
||||||
static get defaultMakeCacheSettings() {
|
static get defaultMakeCacheSettings() {
|
||||||
|
|||||||
Reference in New Issue
Block a user