#err when message sent to a user.
10 messages · Page 1 of 1 (latest)
Sorry error is:
DiscordAPIError: Invalid Form Body
embeds[0].description: This field is required
``` Entire error: https://srcb.in/t9tSGhuHE9
ping me please.
Can I not use embed objects this way?
you can, the issue is most likely related to you pushing an entire array into the rules array
push takes rest params
huh?
yes, log the rules array after pushing and you'll see
Ah. I just removed that push and it works. I don't even remember WHY I was pushing it in the first place.