mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +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 {
|
export class ShardingManager extends EventEmitter {
|
||||||
constructor(file: string, options?: {
|
constructor(file: string, options?: {
|
||||||
totalShards?: number | 'auto';
|
totalShards?: number | 'auto';
|
||||||
|
shardList?: number[] | 'auto';
|
||||||
mode?: ShardingManagerMode;
|
mode?: ShardingManagerMode;
|
||||||
respawn?: boolean;
|
respawn?: boolean;
|
||||||
shardArgs?: string[];
|
shardArgs?: string[];
|
||||||
|
|||||||
Reference in New Issue
Block a user