mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Clean up some stuff
This commit is contained in:
@@ -15,11 +15,13 @@ class Shard {
|
||||
* @type {ShardingManager}
|
||||
*/
|
||||
this.manager = manager;
|
||||
|
||||
/**
|
||||
* The shard ID
|
||||
* @type {number}
|
||||
*/
|
||||
this.id = id;
|
||||
|
||||
/**
|
||||
* The process of the shard
|
||||
* @type {ChildProcess}
|
||||
|
||||
Reference in New Issue
Block a user