Type mvn fatJar in the DiscordBot folder. In the build/libs/ folder there should be a file called Emily-all-{VERSION}.jar (where version is the latest version number). Move this file over to a location wherever you want to start the bot from.
Why is there a maven reference in there? When it clearly says in the readme.md I should use Gradle? I tried "mvn fatJar" it said no pom.xml found. seems like it needs a update ;). Gradle ->build ->Jar in Intellij did the job though.
Build
Type mvn fatJar in the DiscordBot folder. In the build/libs/ folder there should be a file called Emily-all-{VERSION}.jar (where version is the latest version number). Move this file over to a location wherever you want to start the bot from.
Why is there a maven reference in there? When it clearly says in the readme.md I should use Gradle? I tried "mvn fatJar" it said no pom.xml found. seems like it needs a update ;). Gradle ->build ->Jar in Intellij did the job though.