Discord Plugin for Ragnarok Online related tools
Import the project as a maven project into your IDE of choice.
Once imported, either build it as a jar or run it from your IDE. When running the bot, the first argument of the exec must be your token.
When running as a jar: java -jar builtjar.jar TOKENHERE
A fatjar can be built through maven simply by running the mvn package
goal in whatever manner your IDE requires.