It took a while, but it's finally here...
or.. rather, what's on master. What is currently running, I can't quite say.
While discordrb is awesome, it usually takes quite a bit for newly added API features to come out. That's fine for most bots, but most in the community wanted the latest as soon as possible.
Also, the fact more users know Java in RiiConnect24's community helped the decision.
I'm glad you asked.
A note: We no longer use YAML except for the config (which was just a Ruby class before), as Java really doesn't like YAML.
Check out the following steps:
- You'll need to have MySQL installed.
- We'll create the Redis structures as we go, so no need to set anything up.
git clone
the repo somewhere andcd
into it.- It's time to start building... Run
./gradlew shadowJar
! And... tada! That's it. You can find JAR(s) created in/build/libs
. Easy! - For running, make sure you have MySQL installed on whatever machine.
If you need support for the bot, head on over to the bot's official support server.
For more infos about JDA, click here.