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