My Embed isn't working

        const embed = new EmbedBuilder()
            .setColor("#2f3136")
            .setTitle("šŸ’µ **TICKETS - PURCHASE** šŸ’µ")
            .setDescription("")
            .setFooter({ text: 'Swapit - Market @ 2023', iconURL: 'https://media.discordapp.net/attachments/665912408396660746/1089603294751641720/swapitlogo.png?width=671&height=671' })
            .setTimestamp()



        // this will create buttons 
        const button = new ActionRowBuilder()
            .addComponents(
                new ButtonBuilder()
                    .setCustomId(`ticket-setup-${interaction.guild.id}-${category.id}`)
                    .setLabel('Create Ticket')
                    .setStyle(ButtonStyle.Danger),
            );
image.png
Was this page helpful?