mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
Improveder
This commit is contained in:
@@ -113,7 +113,7 @@ class Shard extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Immediately kills the shard and does not restart it.
|
* Immediately kills the shard's process and does not restart it.
|
||||||
*/
|
*/
|
||||||
kill() {
|
kill() {
|
||||||
this.process.removeListener('exit', this._exitListener);
|
this.process.removeListener('exit', this._exitListener);
|
||||||
|
|||||||
Reference in New Issue
Block a user