MusicBot is a Discord music bot written in Python. It plays requested songs and if the queue becomes empty it will play through a list of existing songs.
DiscordMusicBots variant of MusicBot got more features and is build to run inside a Docker container to achieve as light a footprint as possible and simplified deployment. Hence the Docker images are based on Alpine Linux.
Find the correct instruction on the Wiki
Commands list here
The main configuration file is called config/config.ini
and the permissions file is called config/permissions.ini
by default they do not exist.
Read the following Wiki pages on how to create them:
Some frequently asked questions are listed here.