qaisjp / go-discord-irc

The Discord and IRC bridge with puppets! An IRC user is created for each Discord user, messages from IRC seamlessly appear on Discord, and Discord mentions are automagically converted to and from IRC.
MIT License
113 stars 32 forks source link

Properly bridge Discord embeds to IRC #147

Closed tcmal closed 3 months ago

tcmal commented 1 year ago

This discord embed:

image

Turns into these IRC messages (username looks messed up because of windows terminal):

image

This also has a small change to how actions are corrected for, as otherwise it would panic when the message content was empty but the generated content wasn't (as is often the case for embeds).

codeurimpulsif commented 1 year ago

I think embed preview is a client side functionnality, not a bridge one.

If you don't want preview it's just flooding.

tcmal commented 1 year ago

For link embeds sure, but this isn't referring to that - this refers to custom embeds that apps use for presenting information better: https://autocode.com/tools/discord/embed-builder/

Currently these won't show any of the text, only what im guessing is an ID type thing. Open to ways to make this less floody though.