mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix(typings): partially revert #3448
This commit is contained in:
parent
2a3fb705d0
commit
89d9b0f498
1 changed files with 1 additions and 1 deletions
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue