mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
typings(ShardingManager): add options.shardList (#3657)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1285,6 +1285,7 @@ declare module 'discord.js' {
|
||||
export class ShardingManager extends EventEmitter {
|
||||
constructor(file: string, options?: {
|
||||
totalShards?: number | 'auto';
|
||||
shardList?: number[] | 'auto';
|
||||
mode?: ShardingManagerMode;
|
||||
respawn?: boolean;
|
||||
shardArgs?: string[];
|
||||
|
||||
Reference in New Issue
Block a user