mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Add missing word in Shard#respawn docblock
This commit is contained in:
committed by
GitHub
parent
b955a514f6
commit
952a7123f3
@@ -115,7 +115,7 @@ class Shard extends EventEmitter {
|
||||
/**
|
||||
* 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 {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>}
|
||||
*/
|
||||
async respawn(delay = 500, waitForReady = true) {
|
||||
|
||||
Reference in New Issue
Block a user