MiraWaNeko / DiscordIntegration

Communicate between Minecraft and Discord
https://discordintegration.net
GNU Affero General Public License v3.0
88 stars 41 forks source link

Message attachments don't show in Discord -> Minecraft messages #189

Open ghost opened 4 years ago

ghost commented 4 years ago

If a discord message has an attachment, its URL should be appended to the message with a space in between. Discord messages can have multiple attachments, so it should handle those accordingly. (In discord.js i'd map the attachment collection to get an array of their URLs and join them with a space, then append to the text)