File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ class Options extends null {
131
131
132
132
/**
133
133
* Create a cache factory using predefined limits.
134
- * @param {Partial< Record<string, number> > } [limits={}] Limits for structures.
134
+ * @param {Record<string, number> } [limits={}] Limits for structures.
135
135
* @returns {CacheFactory }
136
136
*/
137
137
static cacheWithLimits ( limits = { } ) {
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ declare module 'discord.js' {
528
528
529
529
export class Options {
530
530
public static createDefaultOptions ( ) : ClientOptions ;
531
- public static cacheWithLimits ( limits ?: Partial < Record < string , number > > ) : CacheFactory ;
531
+ public static cacheWithLimits ( limits ?: Record < string , number > ) : CacheFactory ;
532
532
public static cacheEverything ( ) : CacheFactory ;
533
533
}
534
534
You can’t perform that action at this time.
0 commit comments