aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
* Add python help channel to src command whitelistHEADmainGravatar Joe Banks2 days-1/+3
|
* 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]>
* Add rest of python facts from github suggestion thread (#1696)Gravatar David Reilly2025-09-18-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add rest of facts from GitHub thread Source: https://github.com/python-discord/meta/discussions/93 Edited for grammar, formatting, and inline code. * Add Ned's last name * Update formatting for Ned's fact * Grammar fix * Add a few more facts * Add bool fact * Add object fact * Remove fact about Ned * Update python_facts.txt Remove last line * Incorporate updates from wookie184's code review
* Add user agent to Wikipedia API requestsGravatar Joe Banks2025-08-26-1/+5
|
* Madlibs - change zip parameter "strict" to False because the bot would not ↵Gravatar DMFriends2025-08-01-1/+1
| | | | display the final Madlib due to an error on this line
* Apply suggestion from @CopilotGravatar Joe Banks2025-07-22-1/+1
| | | Co-authored-by: Copilot <[email protected]>
* make deleting a bookmark possible through a context menu commandGravatar shtlrs2025-07-22-3/+31
|
* Use enum.member instead of functools.partial workaroundGravatar wookie1842025-04-08-6/+4
| | | | The workaround would no longer work in future versions
* Fix emoji replacement in UwU cog (#1634)Gravatar Saratii2025-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)Gravatar brad90four2025-02-22-1/+1
|
* Add env var setting to determine whether to post daily top reddit postsGravatar Chris Lovering2025-01-02-1/+3
|
* Add warning log if bot hits reddit ratelimitGravatar Chris Lovering2025-01-02-0/+7
|
* Handle the case where get_top_posts returns an embed on errorGravatar Chris Lovering2025-01-02-0/+5
|
* Wrong function called in UwU cog (#1633)Gravatar Saratii2024-11-23-1/+1
| | | | | | | * better emojis replacement * Update uwu.py Hot fix: wrong function call typo.
* better emojis replacement (#1596)Gravatar Saratii2024-11-23-0/+20
|
* fix: replace unfriendly error msgs (#1627)Gravatar dd84ai2024-11-23-3/+4
|
* Use the cleaned content in the uwu command (#1606)Gravatar mqudah2024-09-13-1/+1
|
* Display word on hangman timeout (#1561)Gravatar lumin2024-07-07-3/+3
|
* Update internal eval & latex to use the new paste service API (#1558)Gravatar ChrisJL2024-07-04-19/+19
|
* Trivia: Fix misleading category description embed (#1500)Gravatar ~hedy2024-05-22-2/+1
|
* Cleanup constants (#1484)Gravatar Amrou Bellalouna2024-05-21-22/+14
|
* Update Redis service addressGravatar Joe Banks2024-04-15-1/+1
|
* Replace sentry experiment with standard version and add AsyncioIntegration ↵Gravatar wookie1842024-04-14-3/+3
| | | | (#1512)
* Trivia quiz: Fix question about surrogate codepointsGravatar L3viathan2024-04-02-2/+2
|
* Lint repo with new ruff rulesGravatar Chris Lovering2024-03-30-8/+4
|
* Use github issue not planned emoji with grey fillGravatar Chris Lovering2024-03-25-1/+1
| | | | This is the colour github uses on the website, and looks much better on darkmode.
* Support issues closed as not-planned in GitHub Issue linkingGravatar hedy2024-03-25-5/+7
| | | | | | - 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.
* Add trivia questions (#1467)Gravatar jonathan-d-zhang2024-03-23-0/+170
|
* Bump ruff from 0.2.1 to 0.3.3 (#1479)Gravatar dependabot[bot]2024-03-21-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 Pydis core to v11 (#1478)Gravatar Amrou Bellalouna2024-03-20-121/+6
|
* Use paginator from botcore (#1444)Gravatar Amrou Bellalouna2024-03-11-271/+59
|
* 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]>
* Bump ruff from 0.1.13 to 0.1.14 (#1434)Gravatar dependabot[bot]2024-01-24-11/+11
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shtlrs <[email protected]> Co-authored-by: Xithrius <[email protected]>
* Correctly type revisions as an intGravatar Chris Lovering2024-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.
* Fix capitalisation of PyPI (#1424)Gravatar wookie1842024-01-04-1/+1
|
* Remove "What third-party library do you wish was in the Python standard ↵Gravatar Bradley Reynolds2024-01-04-1/+0
| | | | library?" from topics (#1423)
* Remove the need for calling dotenv manually by using pydanticGravatar Chris Lovering2023-11-25-10/+5
|
* Update to pydantic 2.0Gravatar wookie1842023-11-25-79/+62
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-171/+173
|
* Use new logging util from bot-coreGravatar Chris Lovering2023-11-25-50/+36
|
* Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-9/+9
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-31/+30
|
* Remove usage of non-existent ctx.history.filter (#1380)Gravatar Bradley Reynolds2023-10-08-6/+5
| | | Signed-off-by: GitHub <[email protected]>
* Add ducky as an alias to quack command (#1359)Gravatar ChrisJL2023-09-05-1/+1
|
* Made ruff happyGravatar Xithrius2023-09-05-5/+5
|
* Allow the `.rfc` command in all channels (#1356)Gravatar SomeHybrid2023-09-02-1/+4
|
* Merge branch 'python-discord:main' into mainGravatar SomeHybrid2023-08-27-246/+223
|\
| * 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]>