#Message Object returns interaction as null

7 messages · Page 1 of 1 (latest)

ivory otter
#

When a interaction is ran, it provides a object with partial data (https://discord.js.org/#/docs/discord.js/main/typedef/MessageInteraction). Meaning the interaction will not be null.

However, it only returns this object when the message does not contain embed(s). If the message contains an embed, the message object returns the interaction prop as null. Why is it null?

thin roost
#

I think this might be a bug, I'll look into it

#

Nope, cant replicate this. Replied with an embed and interaction is not null

#

Which version are you running? Doesn't seem to be an issue on 14.5.0

ivory otter
#

13.10

thin roost
#

Yeah its likely been fixed since then