mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Add missing word in Shard#respawn docblock
This commit is contained in:
parent
b955a514f6
commit
952a7123f3
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class Shard extends EventEmitter {
|
||||||
/**
|
/**
|
||||||
* Kills and restarts the shard's process.
|
* Kills and restarts the shard's process.
|
||||||
* @param {number} [delay=500] How long to wait between killing the process and restarting it (in milliseconds)
|
* @param {number} [delay=500] How long to wait between killing the process and restarting it (in milliseconds)
|
||||||
* @param {boolean} [waitForReady=true] Whether to wait the {@link Client} has become ready before resolving
|
* @param {boolean} [waitForReady=true] Whether to wait until the {@link Client} has become ready before resolving
|
||||||
* @returns {Promise<ChildProcess>}
|
* @returns {Promise<ChildProcess>}
|
||||||
*/
|
*/
|
||||||
async respawn(delay = 500, waitForReady = true) {
|
async respawn(delay = 500, waitForReady = true) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue