We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1630aad commit 66d2e3aCopy full SHA for 66d2e3a
src/discord/commands/requirementsCommand.js
@@ -4,6 +4,7 @@ const hypixel = require("../../contracts/API/HypixelRebornAPI.js");
4
const { getUUID } = require("../../contracts/API/mowojangAPI.js");
5
const getWeight = require("../../../API/stats/weight.js");
6
const config = require("../../../config.json");
7
+const { EmbedBuilder } = require("discord.js");
8
9
async function checkRequirements(uuid) {
10
const [player, profile] = await Promise.all([hypixel.getPlayer(uuid), getLatestProfile(uuid)]);
0 commit comments