fix(typings): partially revert #3448

This commit is contained in:
Crawl
2019-08-29 20:16:38 +02:00
committed by GitHub
parent 2a3fb705d0
commit 89d9b0f498

2
typings/index.d.ts vendored
View File

@@ -1715,7 +1715,7 @@ declare module 'discord.js' {
public client: Client;
public holds: VConstructor;
public add(data: any, cache?: boolean, { id, extras }?: { id: K, extras: any[] }): V;
public remove(key: K): boolean;
public remove(key: K): void;
public resolve(resolvable: R): V | null;
public resolveID(resolvable: R): K | null;
}