gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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
- run
gradlew copyDependencies
to copy all dependencies into the folderlibs
- run
gradlew jar
to create the final jar inbuild/libs/UnityBot.jar
- copy all files into a directory and start the bot using
java -cp '*' nl.voidcorp.dbot.UnityBotKt <bot-token>
- you now have a functionalish bot! Have fun!