aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/realpython.py (unfollow)
Commit message (Expand)AuthorLines
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 quest...Gravatar Shom770-2/+9
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
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
2022-02-09Restructure trivia night game around new Question representationGravatar Bluenix-295/+179