mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
docs(shardingmanager): fix type of execArgv option (#7284)
This commit is contained in:
@@ -36,7 +36,7 @@ class ShardingManager extends EventEmitter {
|
|||||||
* @property {boolean} [respawn=true] Whether shards should automatically respawn upon exiting
|
* @property {boolean} [respawn=true] Whether shards should automatically respawn upon exiting
|
||||||
* @property {string[]} [shardArgs=[]] Arguments to pass to the shard script when spawning
|
* @property {string[]} [shardArgs=[]] Arguments to pass to the shard script when spawning
|
||||||
* (only available when mode is set to 'process')
|
* (only available when mode is set to 'process')
|
||||||
* @property {string} [execArgv=[]] Arguments to pass to the shard script executable when spawning
|
* @property {string[]} [execArgv=[]] Arguments to pass to the shard script executable when spawning
|
||||||
* (only available when mode is set to 'process')
|
* (only available when mode is set to 'process')
|
||||||
* @property {string} [token] Token to use for automatic shard count and passing to shards
|
* @property {string} [token] Token to use for automatic shard count and passing to shards
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user