Kaaz / DiscordBot

A Java Discord bot using JDA
Apache License 2.0
131 stars 53 forks source link

Step 4 tutorial rewrite? #44

Open cablegunmaster opened 6 years ago

cablegunmaster commented 6 years ago

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.

Kaaz commented 6 years ago

Oops! Correct, it should be gradle instead! :sweat_smile: