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 toolkit7mo 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
chewie7mo ago
Sounds like you didnt provide an array of embeds to the embeds property.
Cobaltíx
CobaltíxOP7mo ago
embeds ......
Cobaltíx
CobaltíxOP7mo ago
No description
chewie
chewie7mo ago
When sending the message
- .send({ embeds: embed })
+ .send({ embeds: [embed] })
- .send({ embeds: embed })
+ .send({ embeds: [embed] })
Cobaltíx
CobaltíxOP7mo ago
No description
chewie
chewie7mo ago
show the full error
Cobaltíx
CobaltíxOP7mo ago
No description
𝑫𝒆𝒂𝒕𝒉
Try removing the .addTimestamp from the embed and try again
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
Cobaltíx
CobaltíxOP7mo ago
its the full error
𝑫𝒆𝒂𝒕𝒉
@liveweeeb²
Cobaltíx
CobaltíxOP7mo ago
yes this nice thx
Want results from more Discord servers?
Add your server