mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Improve Shard#kill description
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user