yugoccp / slack2discord

Slack2DiscordJS - a script to help you transfer Slack messages to Discord
19 stars 3 forks source link

Import Slack file attachments #2

Closed yugoccp closed 4 years ago

yugoccp commented 4 years ago

Links work fine, but file attachments uploaded at Slack server seem not work.

brjavaman commented 4 years ago

Are you having issues with downloading an attachment from Slack, or uploading to Discord?

Here is an example of discord.js on how to attach files in different ways:

https://github.com/discordjs/discord.js/blob/master/docs/examples/attachments.md

yugoccp commented 4 years ago

Thanks for the reference @brjavaman! We need to extract the message file URL, download it, and upload it to Discord.