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