mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Improve Shard#kill description
This commit is contained in:
parent
e7eab427e5
commit
f91747a764
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Shard extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kills this shard.
|
* Immediately kills the shard 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