shardId getter
This commit is contained in:
parent
62e77bc429
commit
ff83c11cf8
@ -358,6 +358,10 @@ class Server extends EventEmitter {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get shardId () {
|
||||||
|
return this.#_shardId;
|
||||||
|
}
|
||||||
|
|
||||||
get port () {
|
get port () {
|
||||||
return this.#_port;
|
return this.#_port;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user