Crosspost listener not working
I have a bot listening for message updates, and then filtering it out to be a crossposted message, but it isn't working
Solution:Jump to solution
Discordjs handles whether the flag is set or not so you're better off consulting then why it's false when you expect it to be true. Make sure to provide a screenshot of the message in question.
2 Replies
I have the needed intents
when i console log if it has the message flag
message.flags.has(MessageFlags.Crossposted))
^^
it says "false"
but it is crossposted so
Solution
Discordjs handles whether the flag is set or not so you're better off consulting then why it's false when you expect it to be true. Make sure to provide a screenshot of the message in question.