Markoudstaal / node-red-contrib-discord-advanced

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

Attachment data #19

Closed KiloVoltAmper closed 2 years ago

KiloVoltAmper commented 2 years ago

The msg.data.atatchment property contains the attachment ID. The msg.data property contains the channel ID. The msg.data.attachment it doen't contain the file name. Without the file name I can not build up the cdn.discordapp.com/attachments/CHANNELID/ATTACHMENTID/FILENAME link.

image

javis86 commented 2 years ago

image