Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 65b116c

Browse files
authored
Update decode.js
1 parent 75bb490 commit 65b116c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/decode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
const embed = new EmbedBuilder()
4747
.setTitle("User Information")
4848
.setColor("#0096ff")
49-
.setDescription(`\n**Decoded:** \n\nUsername: ${username}\nEmail: ${email}\nUser ID: ${user_id}`);
49+
.setDescription(`**Username**: ${username}\n**Email**: ${email}\n**GitHub User ID**: ${user_id}`);
5050

5151
await interaction.editReply({ embeds: [embed] });
5252

0 commit comments

Comments
 (0)