| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Apply fixes for ruff linting | 2023-05-09 | -6/+6 | |
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
| * | Support discord.py's new async cog loading | 2022-09-21 | -1/+1 | |
| | | ||||
| * | change .. to ... | 2022-02-09 | -3/+3 | |
| | | ||||
| * | shorten field titles for after a question has been answered | 2022-02-09 | -1/+1 | |
| | | ||||
| * | QoL: adding an emoji and the number of people who answered for when the ↵ | 2022-02-09 | -2/+9 | |
| | | | | | question is done | |||
| * | use correct emoji name for .tn list | 2022-02-09 | -4/+4 | |
| | | ||||
| * | sending the question is no longer accepting guesses as an ephemeral | 2022-02-09 | -0/+1 | |
| | | ||||
| * | remove UserScore | 2022-02-09 | -4/+3 | |
| | | ||||
| * | refactor | 2022-02-09 | -8/+28 | |
| | | ||||
| * | Fix incorrect variable usage in list comprehension | 2022-02-09 | -1/+1 | |
| | | | | | This appears to stem from a misunderstanding by me when restructuring the code. | |||
| * | Restructure trivia night game around new Question representation | 2022-02-09 | -189/+64 | |
| | | ||||
| * | prevent bugs with question regarding multiple choices | 2022-02-09 | -3/+6 | |
| | | ||||
| * | making the docstrings nicer | 2022-02-09 | -7/+41 | |
| | | ||||
| * | bluenix review changes | 2022-02-09 | -27/+11 | |
| | | ||||
| * | map percentage of people who got it correct to color | 2022-02-09 | -3/+12 | |
| | | ||||
| * | feat: allow a dynamic number of questions, not just being 4 answers | 2022-02-09 | -6/+8 | |
| | | ||||
| * | fixing rivianight list formatting | 2022-02-09 | -3/+8 | |
| | | ||||
| * | change checkmark to white_check_mark | 2022-02-09 | -1/+1 | |
| | | ||||
| * | bug fixes | 2022-02-09 | -2/+11 | |
| | | ||||
| * | kahoot style scoring, time limits, and bug fixes | 2022-02-09 | -22/+37 | |
| | | ||||
| * | cog description for .trivianight, and allowing to pick questions that were ↵ | 2022-02-09 | -4/+9 | |
| | | | | | already chosen | |||
| * | fixing list showing zero-width spaces | 2022-02-09 | -1/+2 | |
| | | ||||
| * | adding stats to the correct answer embed | 2022-02-09 | -5/+33 | |
| | | ||||
| * | Bluenix's reviews' changes | 2022-02-09 | -13/+19 | |
| | | ||||
| * | Use partial ellipsis in revealing answer | 2022-02-09 | -1/+1 | |
| | | | | Co-authored-by: Bluenix <[email protected]> | |||
| * | Improving word choice (answer [x] rather than answer choice [x]) | 2022-02-09 | -1/+1 | |
| | | | | Co-authored-by: Bluenix <[email protected]> | |||
| * | Brevity with iterables | 2022-02-09 | -1/+1 | |
| | | | | Co-authored-by: Bluenix <[email protected]> | |||
| * | Brevity with "answer choice" | 2022-02-09 | -1/+1 | |
| | | | | Co-authored-by: Bluenix <[email protected]> | |||
| * | Better type hinting | 2022-02-09 | -1/+1 | |
| | | | | Co-authored-by: Bluenix <[email protected]> | |||
| * | added question and list command | 2022-02-09 | -11/+61 | |
| | | ||||
| * | added functionality | 2022-02-09 | -32/+42 | |
| | | | | | trivianight next, trivianight stop, trivianight end added | |||
| * | add trivianight structure in the main cog | 2022-02-09 | -0/+116 | |