mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
cleanup(ShardClientUtil): rename id to ids
This commit is contained in:
Vendored
+1
-1
@@ -937,7 +937,7 @@ declare module 'discord.js' {
|
||||
|
||||
public client: Client;
|
||||
public readonly count: number;
|
||||
public readonly id: number | number[];
|
||||
public readonly ids: number[];
|
||||
public mode: ShardingManagerMode;
|
||||
public parentPort: any;
|
||||
public broadcastEval(script: string): Promise<any[]>;
|
||||
|
||||
Reference in New Issue
Block a user