From a1d79e04751e8bedc32b1d59f74e41574238fa53 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Tue, 6 Nov 2018 21:53:59 +0000 Subject: [PATCH] Add readme.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc561f2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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 ` +4. you now have a functionalish bot! Have fun! \ No newline at end of file