Universal-Omega / IRC-Discord-Relay

Open Software License 3.0
2 stars 4 forks source link

Add support for relaying images #16

Closed paladox closed 10 months ago

paladox commented 1 year ago

When you upload an image, discord doesn't relay it to irc. I guess it's because it's done in a separate event?

paladox commented 1 year ago

https://github.com/discord-net/Discord.Net/issues/2547

paladox commented 1 year ago

https://discord.com/developers/docs/resources/channel#message-object-message-structure I guess we'd want to use attachments and foreach over it and get the url if .Content is null?

paladox commented 1 year ago

Seems the event doesn't get fired at all?

Universal-Omega commented 10 months ago

I keep forgetting to fix this. I will try to do so after the holidays...