Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 637 Bytes

bifrost

Language Grade: Java

Discord Plugin for Ragnarok Online related tools

How to run

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

How to build

A fatjar can be built through maven simply by running the mvn package goal in whatever manner your IDE requires.