ERREUR

[ERROR] DiscordAPIError[50035]: Invalid Form Body
embeds[0][LIST_ITEM_VALUE_REQUIRED]: List item values of ModelType are required
[ERROR] DiscordAPIError[50035]: Invalid Form Body
embeds[0][LIST_ITEM_VALUE_REQUIRED]: List item values of ModelType are required
13 Replies
d.js toolkit
d.js toolkit11mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by staff
chewie
chewie11mo ago
Sounds like you didnt provide an array of embeds to the embeds property.
Cobaltíx
CobaltíxOP11mo ago
embeds ......
Cobaltíx
CobaltíxOP11mo ago
No description
chewie
chewie11mo ago
When sending the message
- .send({ embeds: embed })
+ .send({ embeds: [embed] })
- .send({ embeds: embed })
+ .send({ embeds: [embed] })
Cobaltíx
CobaltíxOP11mo ago
No description
chewie
chewie11mo ago
show the full error
Cobaltíx
CobaltíxOP11mo ago
No description
𝐃𝐞𝐚𝐭𝐡 ❦
Try removing the .addTimestamp from the embed and try again
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Cobaltíx
CobaltíxOP11mo ago
its the full error
𝐃𝐞𝐚𝐭𝐡 ❦
@liveweeeb²
Cobaltíx
CobaltíxOP11mo ago
yes this nice thx

Did you find this page helpful?