SeeSharpeDen / miitopia

A discord bot written in rust that adds miitopia music to your "content"
3 stars 0 forks source link

Add text #13

Closed alexkirwan29 closed 1 year ago

alexkirwan29 commented 1 year ago

Ability to specify top and bottom text to be added to the meme.

Example:

@miitopia [URL] [top=Top Text] [bottom=bottom text] [impact] [border = black] [fill = white]

45ninjas commented 1 year ago

That's going a bit out of scope for a discord bot that adds music to images.

Maybe suitable for clippy or a seperate discord bot.

There's a few great projects you could use to get the ball rolling.

There's RawNeatball's meme-cli and the template repo. The templates used in meme-cli are simple json. The actual meme generation is a seperate crate and could be incorporated into a discord bot.

There's also https://github.com/cmdrkeene/memegen