Discord bot for managing rankings of speedruns. Created so my friends and I could track our times in a challenge we made for each other (putting on our marching band uniforms as quickly as possible). Currently lets you see the best and worst times (a highly requested features).
Future additions:
- See multiple pages
- See own or specific user's best or worst times
Uses discordgo library to interact with discord. Stores data in an sqlite database for simple and quick ranking and querying. Could be easily adapted to mysql or other SQL database if desired.