mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(typings): partially revert #3448
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user