| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Changed riddle behaviour to match that of trivia (#1440) | 2024-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-core | 2023-11-25 | -16/+16 | |
| | | ||||
| * | Apply fixes for ruff linting | 2023-05-09 | -20/+20 | |
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
| * | use `SecretStr` for all secrets | 2023-05-06 | -2/+2 | |
| | | ||||
| * | update Tokens & Wolfram | 2023-05-06 | -3/+3 | |
| | | ||||
| * | Improve time complexity of `already_reacted` function. | 2022-10-22 | -6/+8 | |
| | | ||||
| * | Add `break` statement to loop to make its functionality clearer. | 2022-10-19 | -0/+4 | |
| | | ||||
| * | Remove calls to the deprecated .flatten() method | 2022-10-19 | -6/+30 | |
| | | ||||
| * | Remove all wait_until_guil_available as this is now done in bot-core | 2022-09-23 | -2/+0 | |
| | | ||||
| * | Support discord.py's new async cog loading | 2022-09-21 | -16/+16 | |
| | | ||||
| * | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -1/+1 | |
| | | ||||
| * | Isort: give the codebase a sort | 2021-10-22 | -2/+1 | |
| | | ||||
| * | Move Easter to Holidays Folder | 2021-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. | ||||