mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
typings(ShardClientUtil): fix id property type (#3054)
Ref: d98d464d74/src/sharding/ShardClientUtil.js (L50)
This commit is contained in:
parent
f826c9c75e
commit
ae7269088b
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -951,7 +951,7 @@ declare module 'discord.js' {
|
|||
|
||||
public client: Client;
|
||||
public readonly count: number;
|
||||
public readonly id: number;
|
||||
public readonly id: number | number[];
|
||||
public mode: ShardingManagerMode;
|
||||
public parentPort: any;
|
||||
public broadcastEval(script: string): Promise<any[]>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue