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 toolkit13mo 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
chewie13mo ago
Sounds like you didnt provide an array of embeds to the embeds property.
Cobaltíx
CobaltíxOP13mo ago
embeds ......
Cobaltíx
CobaltíxOP13mo ago
No description
chewie
chewie13mo ago
When sending the message
- .send({ embeds: embed })
+ .send({ embeds: [embed] })
- .send({ embeds: embed })
+ .send({ embeds: [embed] })
Cobaltíx
CobaltíxOP13mo ago
No description
chewie
chewie13mo ago
show the full error
Cobaltíx
CobaltíxOP13mo ago
No description
Death
Death13mo ago
Try removing the .addTimestamp from the embed and try again
Unknown User
Unknown User13mo ago
Message Not Public
Sign In & Join Server To View
Cobaltíx
CobaltíxOP13mo ago
its the full error
Death
Death13mo ago
@liveweeeb²
Cobaltíx
CobaltíxOP13mo ago
yes this nice thx

Did you find this page helpful?