This Guide assumes you have a working Docker installation.
Please make sure you followed the requirements.
Running this bot using Docker is quite easy. A working docker-compose file is included in the repository.
To start the bot, simply run:
docker-compose up
And to stop the bot:
docker-compose down
This is actually not necessary, but if you want to build the docker image yourself, you can do so by running:
docker build -t discord-radio-bot .
And to start the bot:
docker run -d --name my-cool-radio-bot discord-radio-bot