Czar is a Discord DJ Bot tailored to your gaming needs. Connects to the Youtube API to fetch the right tune to accompany your gaming session.
docker -v
Docker version 20.10.2 # Or later
Authorize czar with access to your designated discord server:
And run the container, with the appropiate tokens:
docker run -ti -d \
-e DISCORD_API_TOKEN=<YOUR_DISCORD_TOKEN> \
-e YOUTUBE_API_KEY=<YOUR_API_KEY> \
--name=czar krystian19/czar:latest
And voilà, the bot should be up and running, in your discord server/s of choice.
Project is released under the MIT License.