bsquidwrd / Quote-Bot

1 stars 4 forks source link

Better Embeds #1

Closed bsquidwrd closed 6 years ago

bsquidwrd commented 6 years ago

Right now it embeds solo images but if there's text and an image(s) then it should quote all that as well

Al12rs commented 6 years ago

You might be interested in this working implementation of quoting the entire message complete of images: https://github.com/RalphORama/QuoteBot/blob/master/cogs/quote.py That bot is not really a quote bot as it requires the admin to first set a channel where all the quotes will be posted, basically a channel dedicated to pinning posts, which is not really what we want. It does also copy over the the reactions from the original post but I don't think that is a good idea.

Al12rs commented 6 years ago

It seems that that solution is not complete either: https://github.com/RalphORama/QuoteBot/issues/3 It copies the link still so it's not the end of the world.