From d8058ec063afdd2e56dc89fde3540e68c25e26d8 Mon Sep 17 00:00:00 2001 From: NekoCyan Date: Wed, 16 Nov 2022 23:23:52 +0700 Subject: [PATCH] fix: perfection... --- src/client/Client.js | 1 + 1 file changed, 1 insertion(+) 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