Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add python help channel to src command whitelistHEADmain | 2 days | -1/+3 | |
| | ||||
* | Removing tree to trigger christmas reaction (#1698) | 2025-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]> | |||
* | Add user agent to Wikipedia API requests | 2025-08-26 | -1/+5 | |
| | ||||
* | Madlibs - change zip parameter "strict" to False because the bot would not ↵ | 2025-08-01 | -1/+1 | |
| | | | | display the final Madlib due to an error on this line | |||
* | Apply suggestion from @Copilot | 2025-07-22 | -1/+1 | |
| | | | Co-authored-by: Copilot <[email protected]> | |||
* | make deleting a bookmark possible through a context menu command | 2025-07-22 | -3/+31 | |
| | ||||
* | Use enum.member instead of functools.partial workaround | 2025-04-08 | -6/+4 | |
| | | | | The workaround would no longer work in future versions | |||
* | Fix emoji replacement in UwU cog (#1634) | 2025-03-28 | -11/+12 | |
| | | | | | | | | | * better emojis replacement * Update uwu.py Hot fix: wrong function call typo. * Update emoji raw text to normal emojis. | |||
* | Adjust user input to title cased when looking up name (#1651) | 2025-02-22 | -1/+1 | |
| | ||||
* | Add env var setting to determine whether to post daily top reddit posts | 2025-01-02 | -1/+2 | |
| | ||||
* | Add warning log if bot hits reddit ratelimit | 2025-01-02 | -0/+7 | |
| | ||||
* | Handle the case where get_top_posts returns an embed on error | 2025-01-02 | -0/+5 | |
| | ||||
* | Wrong function called in UwU cog (#1633) | 2024-11-23 | -1/+1 | |
| | | | | | | | * better emojis replacement * Update uwu.py Hot fix: wrong function call typo. | |||
* | better emojis replacement (#1596) | 2024-11-23 | -0/+20 | |
| | ||||
* | Use the cleaned content in the uwu command (#1606) | 2024-09-13 | -1/+1 | |
| | ||||
* | Display word on hangman timeout (#1561) | 2024-07-07 | -3/+3 | |
| | ||||
* | Update internal eval & latex to use the new paste service API (#1558) | 2024-07-04 | -19/+19 | |
| | ||||
* | Trivia: Fix misleading category description embed (#1500) | 2024-05-22 | -2/+1 | |
| | ||||
* | Cleanup constants (#1484) | 2024-05-21 | -15/+14 | |
| | ||||
* | Lint repo with new ruff rules | 2024-03-30 | -8/+4 | |
| | ||||
* | Support issues closed as not-planned in GitHub Issue linking | 2024-03-25 | -4/+5 | |
| | | | | | | - Issue closed emoji is renamed to `issue_completed` to better reflect the `state_reason` key provided by the GitHub API that determines the usage of this emoji. | |||
* | Bump ruff from 0.2.1 to 0.3.3 (#1479) | 2024-03-21 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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]> | |||
* | Use paginator from botcore (#1444) | 2024-03-11 | -10/+7 | |
| | ||||
* | Bump ruff from 0.2.0 to 0.2.1 (#1449) | 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) | 2024-02-07 | -2/+24 | |
| | ||||
* | 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]> | |||
* | Correctly type revisions as an int | 2024-01-09 | -1/+1 | |
| | | | | | | This was causing a pydantic validation error, was it was being passed a string. The only place this is used internaly casts it to a string anyway, so no further changes were needed. | |||
* | Always use the get_logger func from bot-core | 2023-11-25 | -154/+157 | |
| | ||||
* | Lint repo with new ruff rules | 2023-11-13 | -6/+6 | |
| | ||||
* | Format code with new ruff rules | 2023-11-06 | -26/+19 | |
| | ||||
* | Remove usage of non-existent ctx.history.filter (#1380) | 2023-10-08 | -6/+5 | |
| | | | Signed-off-by: GitHub <[email protected]> | |||
* | Add ducky as an alias to quack command (#1359) | 2023-09-05 | -1/+1 | |
| | ||||
* | Made ruff happy | 2023-09-05 | -5/+5 | |
| | ||||
* | Allow the `.rfc` command in all channels (#1356) | 2023-09-02 | -1/+4 | |
| | ||||
* | Merge branch 'python-discord:main' into main | 2023-08-27 | -190/+185 | |
|\ | ||||
| * | holidayreact: add alternate spellings to February (#1214) | 2023-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]> | |||
| * | Merge branch 'main' into snakes-cleanup | 2023-08-23 | -247/+303 | |
| |\ | ||||
| | * | Corrected attribute name to fetch github url in extensions.py (#1348) | 2023-08-21 | -1/+1 | |
| | | | ||||
| | * | Use title as parameter name for Embed in monster_vote | 2023-08-21 | -1/+1 | |
| | | | ||||
| | * | Bump ruff from 0.0.272 to 0.0.280 (#1333) | 2023-08-10 | -180/+165 | |
| | | | | | | | | | | | | | | | | | | | | | 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]> | |||
| * | | Handle snakes without images | 2023-07-08 | -6/+12 | |
| | | | ||||
| * | | Fix: stop using deprecated PIL .getsize method | 2023-07-08 | -2/+5 | |
| | | | ||||
| * | | Use built in timeout handling for aiohttp instead of async_timeout | 2023-07-08 | -6/+5 | |
| | | | ||||
* | | | Changed cooldown to 5s, removed description if abstract not found | 2023-08-23 | -7/+3 | |
| | | | ||||
* | | | Added URL to RFC embed | 2023-08-18 | -4/+8 | |
| | | | ||||
* | | | Added logging on fetching RFC | 2023-08-11 | -0/+2 | |
| | | | ||||
* | | | Added cache to RFC command | 2023-08-10 | -31/+66 | |
| | | | ||||
* | | | Applied `isort` to `rfc.py` | 2023-08-10 | -2/+2 | |
| | | | ||||
* | | | Fixed ruff issues | 2023-08-10 | -1/+1 | |
| | | | ||||
* | | | Add RFC utility command | 2023-08-10 | -0/+65 | |
| |/ |/| |