#Unknown Interaction button

1 messages · Page 1 of 1 (latest)

thick wharf

this randomly happens

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: []
            });