Added attachemnt proofing

This commit is contained in:
2023-03-14 20:40:53 +01:00
parent aca9584b34
commit a771d816b5
2 changed files with 100 additions and 33 deletions

View File

@@ -113,6 +113,13 @@ module.exports = {
title: interaction.guild.name,
description: "You have successfully verified `" + fullUsername + "` with the account `" + hypixelCheck.data.username + "`.",
color: embedColor,
thumbnail: {
url: head
},
footer: {
icon_url: interaction.guild.iconURL(),
text: interaction.guild.name + " | Developed by Taken#0002"
}
}]
});