aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
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