Don't forget the Kerrie
Find a file
Julius de Jeu 948b32f387 Add logger for the server, it can be used to log edits, deletions and nickname alters
Add admin role thing, this can be used to set admin roles
Add @random to @ a random user
2018-12-01 00:46:46 +01:00
gradle/wrapper Initial Commit 2018-10-10 23:54:01 +02:00
src/main Add logger for the server, it can be used to log edits, deletions and nickname alters 2018-12-01 00:46:46 +01:00
.gitignore Remove shadow plugin, it's useless anyways 2018-11-06 22:46:53 +01: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
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
settings.gradle Initial Commit 2018-10-10 23:54:01 +02:00

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!