mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Small cleanups
This commit is contained in:
@@ -28,7 +28,8 @@ class Shard {
|
||||
*/
|
||||
this.process = childProcess.fork(path.resolve(this.manager.file), [], {
|
||||
env: {
|
||||
SHARD_ID: this.id, SHARD_COUNT: this.manager.totalShards,
|
||||
SHARD_ID: this.id,
|
||||
SHARD_COUNT: this.manager.totalShards,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user