This commit is contained in:
2023-09-03 01:37:42 +02:00
parent 9787b0e14a
commit fcf93cf5af

View File

@@ -38,11 +38,8 @@ module.exports = {
if (!verifyData) { if (!verifyData) {
await interaction.editReply({ await interaction.editReply({
embeds: [{ embeds: [{
description: "You are not verified. Please run `/verify` to verify yourself", description: "User is not verified.",
color: embedColor, color: embedColor,
thumbnail: {
url: head
},
footer: { footer: {
text: interaction.guild.name + " | Developed by @Taken#0002", text: interaction.guild.name + " | Developed by @Taken#0002",
icon_url: interaction.guild.iconURL({ dynamic: true }) icon_url: interaction.guild.iconURL({ dynamic: true })