Markoudstaal / node-red-contrib-discord-advanced

Recieve, send, edit and delete Discord messages in node-red.
MIT License
46 stars 16 forks source link

Fix interaction handling on direct messages #30

Closed omniskop closed 2 years ago

omniskop commented 2 years ago

When an interaction on a direct message is received the discordInteraction node would fail as it tries to read guild (and member) information from the message. This PR fixes this edge case and the returned message will have its 'member' property set to null just as the message received from the discord api.