Skip to content

Commit 66d2e3a

Browse files
committed
Fix embed oversite
1 parent 1630aad commit 66d2e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/discord/commands/requirementsCommand.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const hypixel = require("../../contracts/API/HypixelRebornAPI.js");
44
const { getUUID } = require("../../contracts/API/mowojangAPI.js");
55
const getWeight = require("../../../API/stats/weight.js");
66
const config = require("../../../config.json");
7+
const { EmbedBuilder } = require("discord.js");
78

89
async function checkRequirements(uuid) {
910
const [player, profile] = await Promise.all([hypixel.getPlayer(uuid), getLatestProfile(uuid)]);

0 commit comments

Comments
 (0)