Skip to content

Discord DJ Bot tailored to your gaming needs.

Notifications You must be signed in to change notification settings

Krystian19/czar

Repository files navigation

czar

Build Status

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.

Requirements

docker -v
  Docker version 20.10.2 # Or later

Getting started

Authorize czar with access to your designated discord server:

Bot Authorization Link

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.

License

Project is released under the MIT License.