send channel not working

client.on("message", async message => {

    
    const spooferEmbed = new EmbedBuilder()
        .setColor('#147df5')
        .setTitle('Bubble Sp00fer')
        .setDescription('**Prices**\n\n> 1x Week / 10€\n> 1x Month / 15€\n> Lifetime / 20€')
        .setThumbnail('https://media.discordapp.net/attachments/1055568148281163818/1088178678170669106/bubble.png')
        .setImage('https://media.discordapp.net/attachments/1055568148281163818/1088176997127176303/bubble_banner.png')

    const channel = await client.channels.fetch('1092194462295404694');
    channel.send({ embeds: [spooferEmbed] });

})


No errors, and it is not sending the embed to the channel
Was this page helpful?