mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(BaseManager): remove declaration of remove method (#4069)
The BaseManager#remove method doesn't exist, but was in the BaseManager typings.
This commit is contained in:
parent
828640ca26
commit
a07c3c2f94
1 changed files with 0 additions and 1 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -1819,7 +1819,6 @@ declare module 'discord.js' {
|
|||
public cacheType: Collection<K, Holds>;
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue