diff --git a/typings/index.d.ts b/typings/index.d.ts index e55449b0f..c18c0ef20 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3224,7 +3224,7 @@ export abstract class DataManager extends BaseManager { } export abstract class CachedManager extends DataManager { - protected constructor(client: Client, holds: Constructable); + protected constructor(client: Client, holds: Constructable, iterable?: Iterable); private readonly _cache: Collection; private _add(data: unknown, cache?: boolean, { id, extras }?: { id: K; extras: unknown[] }): Holds; }