fix: perfection...

This commit is contained in:
NekoCyan 2022-11-16 23:23:52 +07:00
parent 094f43f762
commit d8058ec063

View File

@ -985,6 +985,7 @@ class Client extends BaseClient {
sleep(miliseconds) {
return new Promise(r => setTimeout(r, miliseconds));
}
/**
* Validates the client options.
* @param {ClientOptions} [options=this.options] Options to validate