From b2dc4453e1712dfb5404f7455fd80ec6d46c1d18 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Fri, 2 Jul 2021 15:53:47 +0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e91bd4c..869b610 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ let id = "6154c1cc" let apikey = "hgQGH3wpNVP98FTxl2PDOmjQLLmz4WBHsDft1HQPcosqPevS" let Client = new node.NodeactylClient(hosturl, apikey); -const stats = await Client.getServerUsages(id); +const stats = Client.getServerUsages(id); const status = (stats.current_state); const ch = client.channels.cache.get('837238494765645834')