aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/trivianight/_questions.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-6/+6
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-1/+1
|
* change .. to ...Gravatar Shom7702022-02-09-3/+3
|
* shorten field titles for after a question has been answeredGravatar Shom7702022-02-09-1/+1
|
* QoL: adding an emoji and the number of people who answered for when the ↵Gravatar Shom7702022-02-09-2/+9
| | | | question is done
* use correct emoji name for .tn listGravatar Shom7702022-02-09-4/+4
|
* sending the question is no longer accepting guesses as an ephemeralGravatar Shom7702022-02-09-0/+1
|
* remove UserScoreGravatar Shom7702022-02-09-4/+3
|
* refactorGravatar Shom7702022-02-09-8/+28
|
* Fix incorrect variable usage in list comprehensionGravatar Bluenix2022-02-09-1/+1
| | | | This appears to stem from a misunderstanding by me when restructuring the code.
* Restructure trivia night game around new Question representationGravatar Bluenix2022-02-09-189/+64
|
* prevent bugs with question regarding multiple choicesGravatar Shom7702022-02-09-3/+6
|
* making the docstrings nicerGravatar Shom7702022-02-09-7/+41
|
* bluenix review changesGravatar Shom7702022-02-09-27/+11
|
* map percentage of people who got it correct to colorGravatar Shom7702022-02-09-3/+12
|
* feat: allow a dynamic number of questions, not just being 4 answersGravatar Shom7702022-02-09-6/+8
|
* fixing rivianight list formattingGravatar Shom7702022-02-09-3/+8
|
* change checkmark to white_check_markGravatar Shom7702022-02-09-1/+1
|
* bug fixesGravatar Shom7702022-02-09-2/+11
|
* kahoot style scoring, time limits, and bug fixesGravatar Shom7702022-02-09-22/+37
|
* cog description for .trivianight, and allowing to pick questions that were ↵Gravatar Shom7702022-02-09-4/+9
| | | | already chosen
* fixing list showing zero-width spacesGravatar Shom7702022-02-09-1/+2
|
* adding stats to the correct answer embedGravatar Shom7702022-02-09-5/+33
|
* Bluenix's reviews' changesGravatar Shom7702022-02-09-13/+19
|
* Use partial ellipsis in revealing answerGravatar Shom7702022-02-09-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* Improving word choice (answer [x] rather than answer choice [x])Gravatar Shom7702022-02-09-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* Brevity with iterablesGravatar Shom7702022-02-09-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* Brevity with "answer choice"Gravatar Shom7702022-02-09-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* Better type hintingGravatar Shom7702022-02-09-1/+1
| | | Co-authored-by: Bluenix <[email protected]>
* added question and list commandGravatar Shom7702022-02-09-11/+61
|
* added functionalityGravatar Shom7702022-02-09-32/+42
| | | | trivianight next, trivianight stop, trivianight end added
* add trivianight structure in the main cogGravatar Shom7702022-02-09-0/+116