Melody
Melody
v1 doesnt support registration anymore sooooooooo
As the bot has grown in scale, the HTML approach I chose initially is not able to keep up with the demand and a faster system needs to be created....
Discord added slash commands which, for a bot like MediaForge, are definitely a much nicer interface. MediaForge should use slash commands.
To be clear: this will ***never*** be a public thing, as allowing anyone to “submit” captioned media is ripe with potential for abuse. I have 2 ideas for doing this:...
This is a very ambitious idea that would require several different huge changes. - [ ] Refactor basically the entire codebase to get basically every single string from a function...
This is not really a bug, per-se, but a limitation of the [FFmpeg random filter](https://ffmpeg.org/ffmpeg-filters.html#random), which is what this command uses. IF there's a way to have the effect apply...
**Describe the bug** discord custom emojis are displayed in all caption/creation commands as their internal string (e.g. ``) **Expected behavior** they display properly as inline images **Screenshots** 
esmBot has commands like `&spin` and `&globe` and i'd like to make similar implementations into MediaForge. some other ideas are a version of `$magick` that increases the strength over the...
https://github.com/jarrekk/imgkit/blob/c5fb49ae1e1544c78bf500768c2b14105fe731cd/imgkit/config.py#L15-L27 Lines 15-27 in config.py have an issue, due to the lack of an `stderr` argument, it ALWAYS prints the stderr to console. This, for me, printed the message `INFO:...
Shields already has 2 badges that parse Pipfile.lock to get the dependency/python version for the project. Considering the increasing popularity of [poetry](https://python-poetry.org/) (i can personally advocate for its far greater...