mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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() {
|
||||
this.process.removeListener('exit', this._exitListener);
|
||||
|
|
|
|||
Loading…
Reference in a new issue