index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/upload-artifact-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pillow-11.2.1
dependabot/uv/pillow-12.0.0
main
reorder-hacktoberfest-commands
revert-1432-dependabot/pip/emoji-2.10.0
shenanigansd-patch-1
sim_matches
use-botcore-command-error-manager
A mirrored copy of the python-discord/sir-lancebot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bot
/
exts
/
evergreen
/
trivia_quiz.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
reduce default no of questions to 7, add actual content to "Remaining questio...
Objectivitix
2021-05-09
-4
/
+5
*
fixed no description embed error
Objectivitix
2021-05-09
-0
/
+1
*
minor tweaks as suggested by vcokltfre
Objectivitix
2021-05-09
-9
/
+7
*
use gold colour from constants.py for consistency
Objectivitix
2021-05-09
-1
/
+1
*
did some changes per the new reviews and suggestions
Objectivitix
2021-05-09
-27
/
+22
*
docstring tweaks; consistency and imperative mood
Objectivitix
2021-05-09
-7
/
+7
*
fix another linting fail regarding newlines in docstrings
Objectivitix
2021-05-09
-0
/
+2
*
fix lint failure; add a newline at line 444
Objectivitix
2021-05-09
-0
/
+1
*
reverted all undesired black formatting changes
Objectivitix
2021-05-09
-34
/
+13
*
add a space at end of string on line 245
Objectivitix
2021-05-09
-1
/
+1
*
changed error embed color to `bot.constants.Colours.soft_red`
Objectivitix
2021-05-09
-1
/
+2
*
use walrus so dict lookup is only performed once
Objectivitix
2021-05-09
-2
/
+2
*
remove redundant `description` kwarg pass
Objectivitix
2021-05-09
-1
/
+0
*
add space at the end of string on line 435
Objectivitix
2021-05-09
-1
/
+1
*
delete `bin()`s
Objectivitix
2021-05-09
-3
/
+3
*
lint failure fix, imported in alphabetical order
Objectivitix
2021-05-09
-1
/
+1
*
use `operator` module instead of lambda functions
Objectivitix
2021-05-09
-3
/
+4
*
use dict.get for retrieving a default value instead of a condition
Objectivitix
2021-05-09
-4
/
+1
*
use random.sample for more concise expression on line 66
Objectivitix
2021-05-09
-2
/
+1
*
fixed weird 8-space indents on lines 556-558
Objectivitix
2021-05-07
-3
/
+3
*
Fix wrong import order lint failure
Objectivitix
2021-05-07
-2
/
+1
*
Fix lint failures: adding docstrings, removing whitespace
Objectivitix
2021-05-07
-17
/
+11
*
Add dynamic question formatters and its constants
Objectivitix
2021-05-07
-2
/
+162
*
fix NameError, add some forgotten imports
Objectivitix
2021-05-07
-1
/
+2
*
Implement the math and science questions, added a dynamic_id checker
Objectivitix
2021-05-07
-59
/
+182
*
improved readbility of code by adding line break
Anubhav1603
2020-10-13
-1
/
+2
*
changed return
Anubhav1603
2020-10-11
-2
/
+3
*
5/19 - bot | xmas, easter, evergreen - updated open statesments with explicit...
jodth07
2020-05-19
-1
/
+1
*
5/19 - evergreen | triva - fixed utf-8 bugs for windows
jodth07
2020-05-19
-1
/
+1
*
Deseasonify: log in `add_cog` rather than in each `setup`
kwzrd
2020-03-28
-1
/
+0
*
Deseasonify: rename `seasons` pkg to `exts`
kwzrd
2020-03-28
-0
/
+303