mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
fix(Shard): actually remove default execArgv
This commit is contained in:
@@ -31,7 +31,6 @@ class ShardingManager extends EventEmitter {
|
|||||||
totalShards: 'auto',
|
totalShards: 'auto',
|
||||||
respawn: true,
|
respawn: true,
|
||||||
shardArgs: [],
|
shardArgs: [],
|
||||||
execArgv: [],
|
|
||||||
token: null,
|
token: null,
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user