mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Improveder
This commit is contained in:
parent
f91747a764
commit
d97af9d2e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue