mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
fix(Shard): use provided timeout when respawning (#6735)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1677,7 +1677,7 @@ export class Shard extends EventEmitter {
|
||||
private _evals: Map<string, Promise<unknown>>;
|
||||
private _exitListener: (...args: any[]) => void;
|
||||
private _fetches: Map<string, Promise<unknown>>;
|
||||
private _handleExit(respawn?: boolean): void;
|
||||
private _handleExit(respawn?: boolean, timeout?: number): void;
|
||||
private _handleMessage(message: unknown): void;
|
||||
|
||||
public args: string[];
|
||||
|
||||
Reference in New Issue
Block a user