gradiuscypher / discord_gradiusbot

A gradiusbot for the Discord chat service.
6 stars 7 forks source link

Customs - Game/Season stats, leaderboard #48

Closed gradiuscypher closed 6 years ago

gradiuscypher commented 7 years ago

Game stats need to be stored. They also need to be able to be displayed upon a publicly facing leaderboard. The chat bot also should have some simple stats/leaderboard functionality.

Games should be marked as complete when the Tournament callback URL is hit. The backend should do a sweep for games that haven't been completed in n hours, where n is a reasonable timeout. From there, the game ID should be used to retrieve the stats.

gradiuscypher commented 7 years ago

Reopening as this can be related to bot commands and not Customs libraries.