aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays (follow)
Commit message (Collapse)AuthorAgeLines
* Removing tree to trigger christmas reaction (#1698)Gravatar ibirothe2025-09-18-1/+1
| | | | | | | | | | | * Removing tree to trigger christmas reaction * Removal of outer parentheses as suggested Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>
* Bump ruff from 0.2.1 to 0.3.3 (#1479)Gravatar dependabot[bot]2024-03-21-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump ruff from 0.2.1 to 0.3.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * apply ruff fixes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs <[email protected]>
* Bump ruff from 0.2.0 to 0.2.1 (#1449)Gravatar dependabot[bot]2024-02-14-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add additional heart emoticon options for react (#1448)Gravatar Preocts2024-02-07-2/+24
|
* 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-64/+64
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-1/+1
|
* Made ruff happyGravatar Xithrius2023-09-05-1/+1
|
* holidayreact: add alternate spellings to February (#1214)Gravatar Bradley Reynolds2023-08-23-1/+1
| | | | | | | | * holidayreact: add alternate spellings to february * Simplify valentine heart regex Co-authored-by: Preocts <[email protected]> Co-authored-by: Preocts <[email protected]>
* Use title as parameter name for Embed in monster_voteGravatar Erik K Anderson2023-08-21-1/+1
|
* Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-8/+8
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]>
* Use the same pride facts for each year (#1302)Gravatar ChrisJL2023-07-09-44/+23
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-88/+75
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Update bot/exts/holidays/halloween/spookygif.pyGravatar Amrou Bellalouna2023-05-06-1/+1
| | | Co-authored-by: wookie184 <[email protected]>
* Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+6
| | | | | | This makes sure that all cogs that need keys won't load. Which helps in avoiding exceptions at runtime, and give a clearer warning at startup time.
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-5/+5
|
* move lovefest role under the Roles classGravatar shtlrs2023-05-06-6/+6
|
* revert renaming of Client to BotGravatar shtlrs2023-05-06-11/+11
|
* update Tokens & WolframGravatar shtlrs2023-05-06-3/+3
|
* update Client constantsGravatar shtlrs2023-05-06-11/+11
| | | | This also renames the Client class to Bot, to align better with Python.
* Ensure page is always randomGravatar TizzySaurus2023-03-30-1/+1
|
* max -> minGravatar TizzySaurus2023-03-22-1/+1
|
* Fix lintingGravatar TizzySaurus2023-03-14-4/+3
|
* Correctly handle when the movie API doesn't return any moviesGravatar TizzySaurus2023-03-09-3/+17
|
* Move Earth Day to April, where it belongsGravatar Thurisatic2023-02-01-1/+1
|
* Isolate regex options to capture groupsGravatar Thurisatic2023-01-18-6/+6
|
* Perform small fixes, incl requested: sorting, typo, redundancies, moodGravatar Thurisatic2023-01-17-15/+13
| | | | | | | | - Fixes misspelling of hanukkah regex - Move `_check_message` docstring to imperative mood - Remove redundant `_short_circuit_check` from `_check_message` - Remove redundant comma from `EarthDay`'s reaction list - Sort triggers for Halloween and Christmas
* Add non-Christmas holiday reaction capabilitiesGravatar Thurisatic2023-01-16-18/+89
| | | | | | | | | | Triggers for reactions are moved from a dict to to a 2-deep NamedTuple. This is cleaner for multiple reactions, and allows for additional parameters, such as months. Message case checking is altered from `.lower` to `re.IGNORECASE`. Not only does the regex flag short circuit, it doesn't modify the string in question
* De-Halloween-ify reaction Cog: move file, rename internalsGravatar Thurisatic2023-01-15-4/+4
| | | | | Additional pending reactions mean putting the reaction Cog in the halloween directory no longer makes sense. Approriate renamings follow.
* Enhance spooky react to be more spoopy.Gravatar Preocts2022-11-13-1/+1
| | | This change adjusts the regex pattern used in detecting `spooky` to include fun variants such as `spoopy` and `spookier`. The `k` is replaceable with a `p`, the `y` can be interchanged with `i` allowing `ier` and `iest` endings. (`yer` and `yest` are also valid). The number of `o`s remains at two (2) or more.
* 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 unnecessary map()Gravatar TizzySaurus2022-10-19-4/+1
|
* Remove calls to the deprecated .flatten() methodGravatar TizzySaurus2022-10-19-7/+31
|
* Add bat spooky reaction (#1118)Gravatar Crowthebird2022-10-12-1/+2
|
* Remove all wait_until_guil_available as this is now done in bot-coreGravatar Chris Lovering2022-09-23-5/+0
|
* Move init tasks to async cog_load functionsGravatar Chris Lovering2022-09-21-3/+1
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-66/+66
|
* Fix issue #1050 (#1097)Gravatar Jeremiah2022-09-19-1/+1
| | | Co-authored-by: ChrisJL <[email protected]>
* Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus2022-02-20-13/+13
|
* Remove unused importGravatar Ben Soyka2022-01-31-1/+1
|
* Replace command/channel for lovefest role error in calculatorGravatar Ben Soyka2022-01-31-1/+1
|
* Use constant for Python bot prefixGravatar Ben Soyka2022-01-31-2/+2
|
* Add period to love calculator footerGravatar Ben Soyka2022-01-31-1/+1
|
* Fix footer reference to deprecated unsubscribe commandGravatar Ben Soyka2022-01-31-1/+1
|
* Double quotesGravatar evgriff2021-12-16-2/+2
|
* user.mentionGravatar evgriff2021-12-16-2/+2
|
* Merge branch 'main' of https://github.com/python-discord/sir-lancebotGravatar evgriff2021-12-15-32/+8
|\
| * chore: update lovefest docstring to reflect deprecationGravatar onerandomusername2021-12-03-5/+2
| |
| * chore: remove subcommands entirelyGravatar onerandomusername2021-12-03-13/+1
| |