https://github.com/krystian19/czar
Discord DJ Bot tailored to your gaming needs.
https://github.com/krystian19/czar
bot discord music
Last synced: 3 months ago
JSON representation
Discord DJ Bot tailored to your gaming needs.
- Host: GitHub
- URL: https://github.com/krystian19/czar
- Owner: Krystian19
- Created: 2021-01-08T15:34:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T13:25:34.000Z (over 2 years ago)
- Last Synced: 2025-02-26T01:24:41.659Z (over 1 year ago)
- Topics: bot, discord, music
- Language: TypeScript
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# czar
[](https://github.com/Krystian19/czar/actions)
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
```sh
docker -v
Docker version 20.10.2 # Or later
```
## Getting started
Authorize czar with access to your designated discord server:
[Bot Authorization Link](https://discordapp.com/oauth2/authorize?client_id=797110597565153280&scope=bot)
And run the container, with the appropiate tokens:
```sh
docker run -ti -d \
-e DISCORD_API_TOKEN= \
-e YOUTUBE_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.