| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-05-12 | add one more possible answer to math q208 | -1/+1 | ||
| 2021-05-12 | fix ANOTHER copy paste error | -1/+1 | ||
| 3rd copy paste error- smh Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-05-11 | fix unicode corruption errors by encoding to utf-8 | -4/+2 | ||
| 2021-05-11 | fix copy paste error | -1/+1 | ||
| 2021-05-11 | change weird google docs unicode to standard ones | -6/+6 | ||
| 2021-05-11 | made comment more precise as described by decorator-factory | -1/+1 | ||
| 2021-05-11 | add one more correct answer to science (q328) | -1/+1 | ||
| 2021-05-11 | fix original copy paste error in math question | -1/+1 | ||
| Co-authored-by: Matteo Bertucci <[email protected]> | ||||
| 2021-05-10 | lint failure fixes | -4/+7 | ||
| 2021-05-10 | make vartol stricter when it's a generated question | -15/+19 | ||
| also fixed image not displaying bug | ||||
| 2021-05-10 | apply some changes suggested by Shivansh-007 | -2/+4 | ||
| made send_score docstring more precise, added a comment for better understanding, and changed an error embed description | ||||
| 2021-05-10 | remove redundant parentheses | -3/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-05-10 | Update bot/exts/evergreen/trivia_quiz.py | -3/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-05-09 | final minor refinery as requested by vcokltfre | -4/+13 | ||
| 2021-05-09 | forgot to increment by one, fixed | -2/+2 | ||
| 2021-05-09 | increase readability, fix lint failure | -2/+13 | ||
| 2021-05-09 | fix bug where remaining questions go up instead of down | -2/+2 | ||
| 2021-05-09 | reduce default no of questions to 7, add actual content to "Remaining ↵ | -4/+5 | ||
| questions: " | ||||
| 2021-05-09 | fixed no description embed error | -0/+1 | ||
| 2021-05-09 | minor tweaks as suggested by vcokltfre | -9/+7 | ||
| see their five change requests for details | ||||
| 2021-05-09 | use gold colour from constants.py for consistency | -1/+1 | ||
| 2021-05-09 | add gold colour | -0/+1 | ||
| 2021-05-09 | did some changes per the new reviews and suggestions | -27/+22 | ||
| implemented all suggested changes from vcokltfre and almost all from decorator-factory | ||||
| 2021-05-09 | docstring tweaks; consistency and imperative mood | -7/+7 | ||
| 2021-05-09 | fix another linting fail regarding newlines in docstrings | -0/+2 | ||
| 2021-05-09 | fix lint failure; add a newline at line 444 | -0/+1 | ||
| 2021-05-09 | reverted all undesired black formatting changes | -34/+13 | ||
| 2021-05-09 | add a space at end of string on line 245 | -1/+1 | ||
| 2021-05-09 | changed error embed color to `bot.constants.Colours.soft_red` | -1/+2 | ||
| 2021-05-09 | use walrus so dict lookup is only performed once | -2/+2 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-09 | remove redundant `description` kwarg pass | -1/+0 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-09 | add space at the end of string on line 435 | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-09 | delete `bin()`s | -3/+3 | ||
| 2021-05-09 | use binary formatting instead of `bin()` in function | -2/+2 | ||
| 2021-05-09 | lint failure fix, imported in alphabetical order | -1/+1 | ||
| 2021-05-09 | use `operator` module instead of lambda functions | -3/+4 | ||
| 2021-05-09 | use dict.get for retrieving a default value instead of a condition | -4/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-09 | use random.sample for more concise expression on line 66 | -2/+1 | ||
| Co-authored-by: Anand Krishna <[email protected]> | ||||
| 2021-05-07 | fixed weird 8-space indents on lines 556-558 | -3/+3 | ||
| 2021-05-07 | Fix wrong import order lint failure | -2/+1 | ||
| 2021-05-07 | Fix lint failures: adding docstrings, removing whitespace | -17/+11 | ||
| 2021-05-07 | Add dynamic question formatters and its constants | -2/+162 | ||
| 2021-05-07 | Add dynamically generated science questions | -9/+13 | ||
| 2021-05-07 | Update return type hint to reflect new behaviour. | -1/+1 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-05-07 | Correct grammer in the new mosaic command output | -1/+1 | ||
| 2021-05-07 | Add the number of squares that were used by .mosaic | -1/+1 | ||
| This is useful for when we round up the number of squares used, users can still see how many were actually used. | ||||
| 2021-05-07 | Download avatars as size 1024 to avoid very large avatars affecting infra | -4/+4 | ||
| 2021-05-07 | Switch from fetch_member to fetch_user | -33/+35 | ||
| This is because discord.py would populate the user portion of the fetched member with cached information which would cause the avatar url not to be updated as we had intended with that function | ||||
| 2021-05-07 | fix: Add a missing 'not' | -1/+1 | ||
| 2021-05-07 | chore: Get the next perfect square | -2/+4 | ||
| If the amount of squares is not a perfect square, get the next highest perfect square | ||||
