hashbat-dev / discgo-bot

2 stars 0 forks source link

Live Laugh Love #126

Open GiveMePseudonyms opened 5 days ago

GiveMePseudonyms commented 5 days ago

It would be funny to be able to respond to a message and turn it into a Live Laugh Love image like so image

GiveMePseudonyms commented 5 days ago

image

Font rendering works

Need to add bg

Also need to have font text = message that was replied to

@dabi-ngin @ZestHusky I can't remember how to do above point

Chris-Kellett commented 5 days ago

Just get the message.Content from the discordgo.MessageCreate object, if that's what you meant?

GiveMePseudonyms commented 3 days ago

Just get the message.Content from the discordgo.MessageCreate object, if that's what you meant?

This returns the command message. What I need is:

Message A: a funny quote

Message B: replies to message A with !lll command

I need the content of message A