fix: perfection...
This commit is contained in:
parent
094f43f762
commit
d8058ec063
@ -985,6 +985,7 @@ class Client extends BaseClient {
|
|||||||
sleep(miliseconds) {
|
sleep(miliseconds) {
|
||||||
return new Promise(r => setTimeout(r, miliseconds));
|
return new Promise(r => setTimeout(r, miliseconds));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates the client options.
|
* Validates the client options.
|
||||||
* @param {ClientOptions} [options=this.options] Options to validate
|
* @param {ClientOptions} [options=this.options] Options to validate
|
||||||
|
Loading…
Reference in New Issue
Block a user