khyperia / weechat-discord

Unmaintained! And also apparently this is against their TOS so DON'T USE THIS -- Weechat plugin for Discord support - https://weechat.org/ https://discordapp.com/
MIT License
51 stars 24 forks source link

Files and attachments and embeds, oh my! #10

Closed khyperia closed 8 years ago

khyperia commented 8 years ago

Discord has attachments: Vec<Attachment> and embeds: Vec<Value> in messages, we should prooobably let the user know they at least exist instead of gobbling them up into the void of Drop doom.

khyperia commented 8 years ago

Fixed in 485aa856