From 65b116cad2c63c91c703939a1f17ab8116d3984c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 30 Jul 2024 19:33:06 +0800 Subject: [PATCH] Update decode.js --- commands/decode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/decode.js b/commands/decode.js index 595c608..f2ab2dd 100644 --- a/commands/decode.js +++ b/commands/decode.js @@ -46,7 +46,7 @@ module.exports = { const embed = new EmbedBuilder() .setTitle("User Information") .setColor("#0096ff") - .setDescription(`\n**Decoded:** \n\nUsername: ${username}\nEmail: ${email}\nUser ID: ${user_id}`); + .setDescription(`**Username**: ${username}\n**Email**: ${email}\n**GitHub User ID**: ${user_id}`); await interaction.editReply({ embeds: [embed] });