LakeYS / Discord-Trivia-Bot

TriviaBot: Play trivia in Discord! Powered by discord.js and OpenTDB, with 24 categories and three modes of play.
Apache License 2.0
84 stars 39 forks source link

Stats are recorded inconsistently #99

Closed LakeYS closed 6 years ago

LakeYS commented 6 years ago

'gamesPlayed' values are increased at the start of rounds while 'roundsPlayed' are updated at the end of the rounds. This inconsistency may cause the counts to be incorrectly recorded when an unexpected error or crash occurs.

Marked as critical as this should be fixed before release.