Blue Archive Discord Bot
Go to file
Rekai Nyangadzayi Musuka 714c397fa0 chore: add Mashiro to students.json 2021-02-15 21:48:36 -06:00
data chore: add Mashiro to students.json 2021-02-15 21:48:36 -06:00
src feat: refactor entire project 2021-02-11 21:47:06 -06:00
.drone.yml chore: add CI config 2021-02-10 19:19:33 -06:00
.env.example Initial Commit 2021-02-10 19:14:12 -06:00
.gitignore Initial Commit 2021-02-10 19:14:12 -06:00
Cargo.lock feat: implement 10roll command 2021-02-11 20:46:21 -06:00
Cargo.toml feat: implement 10roll command 2021-02-11 20:46:21 -06:00
LICENSE Initial Commit 2021-02-10 19:14:12 -06:00
README.md feat: add README.md 2021-02-11 22:10:33 -06:00

README.md

Blue Archive Gacha Discord Bot

Internally, this bot is named Arona / アロナ, but I'm sure every bot that has anything to do with Blue Archive will be called Arona.

Setup

./data/students.json contains an Array with every student currently (2020-02-09) available in it. Modify as you will to suit your needs.

This Bot uses my Gacha Sim library. You can see what code modifications are necessary in order to create your own banner in ./src/recruitment.rs (in the create_banner() function) in the README over there.

Check out .env.example to see the one environment variable you need to set. This project uses dotenv-rs so a .env file or setting an actual environment variable will work.

Building

In order to build this project, you'll need a rust compiler.

Assuming you've installed using rustup, the steps are as follows:

  • git clone https://github.com/paoda/arona
  • cd arona
  • cargo build --release (and the executable can be found in ./target/release/arona)

Thank You

Thanks to https://rerollcdn.com which provides all the images for the discord bot.

Check out https://thearchive.gg for information about Blue Archive!