Paragon Discord Bot.
- Elo Checking with Agora.gg API
- Custom Ranking system based on KDA, W/L and ELO
- Live game checking
- Clone repository
- Go to /builds/newest/
- Run app.jar with Discord Token as an argument
- Use Discord Permission calculator here
- Visit this link, replace {bot-id} with your Client ID and {permissions} with those you want from above
- https://discordapp.com/oauth2/authorize?&client_id={bot-id}&scope=bot&permissions={permissions}
- Added Game function (get Elo of all players in current game)
- Added Stat function
* For each 1% win rate (above 50%), add 1pts
* For each 0.15 KDA (above 2), add 1pt
*
* Elo Ranges:
* Below 1300: Silver/Bronze (-5pts)
* 1300-1400: Low Gold (-1pt)
* 1400-1500: Gold (+0pts)
* 1500-1600: Plat (+2pts)
* 1600-1700: High Plat (+5pts)
* 1700-2000: Diamond (+10pts)
* Above 2000: Masters (+20pts)
*
* Point Scores:
* Below 0: Boosted
* 0-5: Trade
* 5-10: Average
* 10-20: Good
* Above 30: Excellent
- Renamed from DiscordBot to ParaBot
- Updated Elo function to match Agora.gg API v1 and Paragon's v.42 update
- Changed JSON parser from org.json to javax.json
- Initial Release