mirror of
https://github.com/danbulant/discord.js
synced 2026-05-29 12:20:23 +00:00
fix(Shard): actually remove default execArgv
This commit is contained in:
parent
2694c0d442
commit
938d87d5d6
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ class ShardingManager extends EventEmitter {
|
|||
totalShards: 'auto',
|
||||
respawn: true,
|
||||
shardArgs: [],
|
||||
execArgv: [],
|
||||
token: null,
|
||||
}, options);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue