Don't forget the Kerrie
Go to file
Julius de Jeu afa1cd2144 Fix admin stuff, add better user exclusion, remove useless events 2019-01-23 17:18:30 +01:00
gradle/wrapper Initial Commit 2018-10-10 23:54:01 +02:00
src/main Fix admin stuff, add better user exclusion, remove useless events 2019-01-23 17:18:30 +01:00
.gitignore Remove shadow plugin, it's useless anyways 2018-11-06 22:46:53 +01:00
LICENSE Add new file 2018-11-06 21:48:12 +00:00
README.md Add readme.md 2018-11-06 21:53:59 +00:00
build.gradle Remove shadow plugin, it's useless anyways 2018-11-06 22:46:53 +01:00
gradlew Initial Commit 2018-10-10 23:54:01 +02:00
gradlew.bat Initial Commit 2018-10-10 23:54:01 +02:00
settings.gradle Initial Commit 2018-10-10 23:54:01 +02:00

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!