Skip to content

Embeds not working #707

Locked Answered by almostSouji
redshift-cyber asked this question in Q&A
Jul 13, 2021 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

This is not the place to debate moderation actions from the discord.js server.
We have a strict rule again advertisement which is clearly laid out in our #rules channel and membership screening prompt.

The error you describe can't really exist in this format.

  • Array#flat has been introduced in node 11, this might be one cause of an error, as adrifcastr pointed out.
  • Array#flat is a function, if you pass a non-array it will say something about #flat not being a function, not it being undefined
  • Alternatively, it's "cannot read property flat of undefined" in which case you manage to pass undefined as a field value to some method adding or modifying embed fields.

In any case this does not hav…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@redshift-cyber
Comment options

This comment was marked as off-topic.

This comment was marked as off-topic.

@redshift-cyber

This comment was marked as off-topic.

Comment options

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