Don't forget the Kerrie
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julius de Jeu afa1cd2144 Fix admin stuff, add better user exclusion, remove useless events 5 years ago
gradle/wrapper Initial Commit 5 years ago
src/main Fix admin stuff, add better user exclusion, remove useless events 5 years ago
.gitignore Remove shadow plugin, it's useless anyways 5 years ago
LICENSE Add new file 5 years ago
README.md Add readme.md 5 years ago
build.gradle Remove shadow plugin, it's useless anyways 5 years ago
gradlew Initial Commit 5 years ago
gradlew.bat Initial Commit 5 years ago
settings.gradle Initial Commit 5 years ago

README.md

OttoBot

This is the discord bot used by the CSE1821 server, it is used for music, fun and role assignment at this moment.

Build instructions

  1. run gradlew copyDependencies to copy all dependencies into the folder libs
  2. run gradlew jar to create the final jar in build/libs/UnityBot.jar
  3. copy all files into a directory and start the bot using java -cp '*' nl.voidcorp.dbot.UnityBotKt <bot-token>
  4. you now have a functionalish bot! Have fun!