aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-02-09sort the speed leaderboard properlyGravatar Shom770-4/+3
2022-02-09sending the question is no longer accepting guesses as an ephemeralGravatar Shom770-0/+1
2022-02-09fix visited for .tn list not workingGravatar Shom770-1/+1
2022-02-09improving ordinal number usage in _scoreboard.ScoreboardView._get_rankGravatar Shom770-3/+15
2022-02-09display error when something goes wrong with .trivianight loadGravatar Shom770-2/+2
2022-02-09fix \ with ifGravatar Shom770-2/+4
2022-02-09remove UserScoreGravatar Shom770-21/+11
2022-02-09full refactor completeGravatar Shom770-3/+18
structure overhauled, changed stop logic
2022-02-09refactorGravatar Shom770-40/+90
2022-02-09Fix bugs after testing and add TODO commentsGravatar Bluenix-6/+33
2022-02-09Fix incorrect variable usage in list comprehensionGravatar Bluenix-1/+1
This appears to stem from a misunderstanding by me when restructuring the code.
2022-02-09Restructure trivia night game around new Question representationGravatar Bluenix-295/+179