InsightGit / RC24-Bot

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/b4Y7jfD

Home Page:https://rc24.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RC24 Bot

License Discord Server Support Server Jenkins AppVeyor

It took a while, but it's finally here...

Introducing a JDA version of RiiConnect24 Bot

or.. rather, what's on master. What is currently running, I can't quite say.

Why does this bot use JDA

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.

How do i set up the bot to host it myself?

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:

  1. You'll need to have MySQL and Maven installed.
  2. We'll create the Redis structures as we go, so no need to set anything up.
  3. git clone the repo somewhere and cd into it.
  4. It's time to start building... Run mvn package! And... tada! That's it. You can find JAR(s) created in target. Easy!
  5. 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 or DM Artuto#0424 | 264499432538505217 in Discord.

For more infos about JDA, click here.

About

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/b4Y7jfD

https://rc24.xyz/

License:MIT License


Languages

Language:Java 100.0%