Skip to content

sowa705/DJTwojaStara

Repository files navigation

DJ Twoja stara

Shitty discord bot with support for Youtube

Features

  • Play music from youtube
  • Play entire playlists
  • Slash commands
  • Web UI
    • Add songs to queue
    • Remove songs from queue
    • prev/next song
    • No login required
  • Queue
  • Equalizer
  • Custom audio pipeline, no dependencies on lavalink or other external services
  • Sane programming language (C#)

Screenshot

Usage

You can use a docker one-liner to run the bot.

docker run sowa705/djtwojastara:latest -p 8080:80 -e TOKEN=your_token_here

Building

Running in docker takes care of all dependencies and is recommended.

docker build -t djtwojastara .
docker run -p 8080:80 djtwojastara -e TOKEN=your_token_here

Local development

  1. Set up your tokens:
    cd src/DJTwojaStara
    dotnet user-secrets set Token "your_token_here"
    dotnet user-secrets set YoutubeApiKey "your_youtube_api_key_here"
  2. Start up the web server:
    cd ../DJTwojaStara-UI
    npm run dev
  3. Run the bot from your IDE

About

Shitty discord bot with AI chatbot, Youtube and EQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published