diff --git a/src/client/Client.js b/src/client/Client.js index 51cf9fa..ce62c3b 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -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