Skip to content

Commit

Permalink
fix(BaseManager): remove declaration of remove method (discordjs#4069)
Browse files Browse the repository at this point in the history
The BaseManager#remove method doesn't exist, but was in the BaseManager typings.
  • Loading branch information
qwright10 authored Apr 12, 2020
1 parent 828640c commit a07c3c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a07c3c2

Please sign in to comment.