const embed = new EmbedBuilder()
.setColor("#ffaa00")
.setTitle("š Account Application")
.addFields(
{ name: "Username", value: username },
{ name: "Write a background story of your character", value: q1 },
{ name: "Explain \"Powergaming\" & \"Metagaming\"", value: q2 }
)
.setTimestamp();
await interaction.message.edit({
content: `ā
Application **${status}** by <@${interaction.user.id}>`,
embeds: [embed],
components: []
});
const embed = new EmbedBuilder()
.setColor("#ffaa00")
.setTitle("š Account Application")
.addFields(
{ name: "Username", value: username },
{ name: "Write a background story of your character", value: q1 },
{ name: "Explain \"Powergaming\" & \"Metagaming\"", value: q2 }
)
.setTimestamp();
await interaction.message.edit({
content: `ā
Application **${status}** by <@${interaction.user.id}>`,
embeds: [embed],
components: []
});