Replies: 1 comment
-
it doesn't give me error |
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
-
Hello, I'm sorry for a second discussion. I'm opening this beacuse the other one got closed and maybe u can miss it.
Changed the code to
const filter = msg => msg.embeds && msg.embeds[0] && msg.embeds[0].author && msg.embeds[0].author.name && msg.embeds[0].author.name.includes(msg.guild.members.me.displayName)
Getting this erorr:
TypeError: Cannot read properties of undefined (reading '0')
I would be so glad if we can talk this over Discord if its not too much trouble please, I sent you a friend request (2y7VWr7bQGDfBXZG#5530)
Beta Was this translation helpful? Give feedback.
All reactions