tomvanderlee / ukulele

Simple self-contained Discord music bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ukulele

...and his music was electric.

Ukulele is a bot made by the creator and collaborators of FredBoat. The concept is to replicate FredBoat while keeping it simple. The original stack is engineered for serving millions of servers, and is thus too complex to selfhost.

The bot is self-contained and only requires Java 11 to run.

This is currently work-in-progress.

Features

  • Basic player commands (::play, ::list, ::skip)
  • Volume command
  • Zero-maintenance embedded database

Host it yourself

  • Make a copy of ukulele.example.yml and rename it to ukulele.yml
  • Input the bot token (guide)
  • Run ./ukulele to build and run the application (Windows users use the .bat files via commandline)

Contributing

Pull requests are welcome! Look through the issues and/or create one if you have an idea.

Please read CONTRIBUTING.md

Make your own changes (More info soon)

  • Change code
  • ./gradlew clean build

About

Simple self-contained Discord music bot

License:MIT License


Languages

Language:Kotlin 99.2%Language:Batchfile 0.5%Language:Shell 0.3%