Forcing force verify and verify to use uuids
This commit is contained in:
@@ -56,16 +56,16 @@ module.exports = {
|
||||
return
|
||||
}
|
||||
|
||||
const userCheck = await fetch(mojang + ign);
|
||||
const userUUID = userCheck.data.id;
|
||||
|
||||
try {
|
||||
await fetch(slothPixel + ign);
|
||||
await fetch(slothPixel + userUUID);
|
||||
} catch (err) {
|
||||
interaction.editReply('That player doesn\'t exist. [Hypixel]')
|
||||
return
|
||||
}
|
||||
|
||||
const userCheck = await fetch(mojang + ign);
|
||||
const userUUID = userCheck.data.id;
|
||||
|
||||
const hypixelCheck = await fetch(slothPixel + userUUID);
|
||||
const head = minotar + ign;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user