Don't forget the Kerrie
Go to file
Julius de Jeu 6b93a5dcc1 Alter commmands a bit
and add a lyrics command that doesnt want to work for some reason...
2018-11-07 23:25:56 +01:00
gradle/wrapper Initial Commit 2018-10-10 23:54:01 +02:00
src/main Alter commmands a bit 2018-11-07 23:25:56 +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!