aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/easter (follow)
Commit message (Collapse)AuthorAgeLines
* Changed riddle behaviour to match that of trivia (#1440)Gravatar Sahran2024-01-31-44/+30
| | | | | | | | | | | | | | | | | | | * Changed riddle behaviour to match that of trivia. * Changed riddle behaviour to match that of trivia. * Changed riddle behaviour to match that of trivia. * Update bot/exts/holidays/easter/easter_riddle.py Co-authored-by: wookie184 <[email protected]> * Update bot/exts/holidays/easter/easter_riddle.py Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-16/+16
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-20/+20
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-2/+2
|
* update Tokens & WolframGravatar shtlrs2023-05-06-3/+3
|
* Improve time complexity of `already_reacted` function.Gravatar TizzySaurus2022-10-22-6/+8
|
* Add `break` statement to loop to make its functionality clearer.Gravatar TizzySaurus2022-10-19-0/+4
|
* Remove calls to the deprecated .flatten() methodGravatar TizzySaurus2022-10-19-6/+30
|
* Remove all wait_until_guil_available as this is now done in bot-coreGravatar Chris Lovering2022-09-23-2/+0
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-16/+16
|
* Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus2022-02-20-1/+1
|
* Isort: give the codebase a sortGravatar Matteo Bertucci2021-10-22-2/+1
|
* Move Easter to Holidays FolderGravatar Janine vN2021-09-04-0/+622
This moves the easter seasonal features into a more cohesive holidays/easter folder. Additionally, this splits out earth day into its own holiday folder.