Skip to content

Commit

Permalink
Update decode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Jul 30, 2024
1 parent 75bb490 commit 65b116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/decode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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] });

Expand Down

0 comments on commit 65b116c

Please sign in to comment.