Replies: 1 comment
-
V14 !== V13 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tried this (and nearly every alternative)
console.log(message.embeds[0].data.author.name);
, works on discord.js but doesnt work on this, I would be really glad if anyone could help me. Getting this error:TypeError: Cannot read properties of undefined (reading 'author')
Note: I am SURE embed has an author and a author name.
Beta Was this translation helpful? Give feedback.
All reactions