From fcf93cf5af10a4abb87638da9f85ab119f7179d9 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 3 Sep 2023 01:37:42 +0200 Subject: [PATCH] Bug fix --- commands/forceupdate.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 })