Add fudge, pin, and panafafafa commands.
Add reconnect youtube-dl options.
Add pause and resume functions.
This is a just a quick exercise for checking out discord.py and youtube-dl. My friend had a music bot 2 years back that could play almost any link thrown at it. This is meant to emulate that. Enjoy.
Minimize dependencies: A lot of music bots these days are using Lavalink to send audio. That brings in Java 11 as a dependency. The dependencies here are youtube-dl, discord.py, and pynacl (along with their dependencies)
No volume controls: It's trendy for reactions to be used to control volume. While this is a neat feature, users in the server can adjust the volume of the bot themselves. I don't want to write functionality that's already there.
Host it yourself: Self explanatory really. Keeps the code simple so I can work on features and bug fixes when updates come.
Fill out an issue