mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
typings(ShardClientUtil): fix id property type (#3054)
Ref: https://github.com/discordjs/discord.js/blob/d98d464d748a75e242b6e95a1308235bf4016e1b/src/sharding/ShardClientUtil.js#L50
This commit is contained in:
Vendored
+1
-1
@@ -951,7 +951,7 @@ declare module 'discord.js' {
|
|||||||
|
|
||||||
public client: Client;
|
public client: Client;
|
||||||
public readonly count: number;
|
public readonly count: number;
|
||||||
public readonly id: number;
|
public readonly id: number | number[];
|
||||||
public mode: ShardingManagerMode;
|
public mode: ShardingManagerMode;
|
||||||
public parentPort: any;
|
public parentPort: any;
|
||||||
public broadcastEval(script: string): Promise<any[]>;
|
public broadcastEval(script: string): Promise<any[]>;
|
||||||
|
|||||||
Reference in New Issue
Block a user