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 });