Skip to content

Trying to send an embed #423

Answered by aiko-chan-ai
IKorzhik asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, I'm trying to send an embed as well as through the original discord.js v13 But the bot tells me that the file field must be filled in. What to do with it. My code: const embed = new MessageEmbed() .setTitle('Simple Nitro') .setDescription('1231') .setColor('DARK_BLUE'); console.log(embed); message.edit({ embeds: [embed] }); }

you can't send an embed with user account
use webhook instead or use WebEmbed

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IKorzhik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants