From f6f1e7d0935b09b09e8c73bc9883ab3eafcb4845 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 12 Jul 2017 15:06:18 +0000 Subject: [PATCH] Fix --- structures/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/Util.js b/structures/Util.js index ae0edfe9..727aa79e 100644 --- a/structures/Util.js +++ b/structures/Util.js @@ -40,7 +40,7 @@ class Util { .catch((err) => console.error(`[DBOTSORG] Failed to post to Discord Bots Org. ${err}`)); } - async static upvoters(id) { + static async upvoters(id) { const { body } = await snekfetch .get(`https://discordbots.org/api/bots/${id}/votes`) .set({ Authorization: dbotsOrgKey });