cassidoxa/murahdahla

Unnecessary discord requests when constructing leaderboard

Closed this issue · 1 comments

The bot makes some redundant requests to discord when refreshing the leaderboard and when it moves the leaderboard to the submission channel after a game ends to get a string containing information about the game.We could easily construct this string and the leaderboard locally, but we don't store some of the information we need for the former. We need to store this information and get rid of the extra requests to discord which are a potential point of failure.