diff --git a/typings/index.d.ts b/typings/index.d.ts index 0d43e8708..17998c83c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1819,7 +1819,6 @@ declare module 'discord.js' { public cacheType: Collection; public readonly client: Client; public add(data: any, cache?: boolean, { id, extras }?: { id: K; extras: any[] }): Holds; - public remove(key: K): void; public resolve(resolvable: R): Holds | null; public resolveID(resolvable: R): K | null; }