Skip to content
Bruce How edited this page Aug 4, 2020 · 2 revisions

Welcome to the Minion repository wiki.

This wiki is the main source of documentation for both developers and those wanting to learn more about its usage and features.

Structure Overview

The backend of Minion is written in Java and is hosted on an AWS EC2 instance. It is essentially the brains of the project. The backend uses the JDA Discord API and the Riot Games API in order to communicate with Discord and Riot Games.

There is also an SQL database that accompanies the bot. This database is hosted using AWS RDS. It stores pretty much every information that is vital including the club member details, their event statistics, leaderboards and profile information.

Clone this wiki locally