Skip to content

SharifPoetra/thunder-java

Repository files navigation

Thunder

Thunder

Lisence Discord Dependabot CircleCI GitHub commit activity GitHub repo size


You can invite the bot here


Selfhosting

Using the latest releases:

  1. Download the jar here (it should be a .jar file and config.txt.example. playlist_file.txt.example is just an example for how playlists works)
  2. Rename config.txt.example to config.txt and fill it out.
  3. Run: java -jar thunder.jar

Using docker compose

  1. Create your working directory, example: mkdir thunder && cd thunder
  2. Rename config.txt.example to config.txt and fill it out.
  3. Rename docker-compose.yml.example to docker-compose.yml
  4. Run: docker-compose up --build -d

Contributing

We are very open for any contributions. Please read CONTRIBUTING.md for more insformation.

Licensing

The bot is licensed under the Apache 2.0 license. See the file LICENSE.md for more information. If you plan to use any part of this source code in your own bot, I would be grateful if you would include some form of credit somewhere.