Notoh / elobot

basic discord bot to calculate elo for 10 mans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EloBot

A discord bot using JDA to calculate competitive 5v5 ratings for usage with CSGO and CvC, using a self-modified glicko system with rating periods set to 1 week. Many thanks to Qata for showing me how discord bots work, most of the bot-specific code is based upon his.

Connects to a local sql server (I use mysql) using a table called "ratings" with columns "handle" "rating" "deviation"

The code is incredibly shitty and just meant to be a bot used for 10mans, don't blame me when you read my code you get an aneurysm from me not caring about good practice.

About

basic discord bot to calculate elo for 10 mans


Languages

Language:Java 100.0%