aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-02-12fix typoGravatar Shom770-1/+1
2022-02-09missing extra 7Gravatar Shom770-1/+1
2022-02-09add event runner role idGravatar Shom770-2/+2
2022-02-09let the paginator do its thingGravatar Shom770-8/+2
2022-02-09fix listsGravatar Shom770-11/+19
command
2022-02-09paginationGravatar Shom770-2/+14
2022-02-09fix scoreboard bugsGravatar Shom770-3/+46
2022-02-09initialize scoreboard view only during displayGravatar Shom770-4/+6
2022-02-09fix question bugGravatar Shom770-1/+1
2022-02-09reverting back to original commit for a NamedTupleGravatar Shom770-6/+7
2022-02-09reverting namedtuple changeGravatar Shom770-5/+11
2022-02-09int to ordinal as a separate methodGravatar Shom770-14/+11
2022-02-09Apply suggestions from code reviewGravatar Shom770-7/+6
Co-authored-by: Johannes Christ <[email protected]>
2022-02-09default timer is at 20 secondsGravatar Shom770-1/+1
2022-02-09change .. to ...Gravatar Shom770-3/+3
2022-02-093 second countdown before question starts.Gravatar Shom770-0/+3
2022-02-09shorten field titles for after a question has been answeredGravatar Shom770-1/+1
2022-02-09fixing .tn next logicGravatar Shom770-7/+18
2022-02-09QoL: adding an emoji and the number of people who answered for when the ↵Gravatar Shom770-2/+9
question is done
2022-02-09use correct emoji name for .tn listGravatar Shom770-5/+5
2022-02-09preventing the number of points from reaching too highGravatar Shom770-1/+1
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