aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities (follow)
Commit message (Collapse)AuthorAgeLines
* Add user agent to Wikipedia API requestsGravatar Joe Banks2025-08-26-1/+5
|
* 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
|
* 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/+2
|
* 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
|
* Support issues closed as not-planned in GitHub Issue linkingGravatar hedy2024-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.
* 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.
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-24/+24
|
* Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-2/+2
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-3/+2
|
* Allow the `.rfc` command in all channels (#1356)Gravatar SomeHybrid2023-09-02-1/+4
|
* Merge branch 'python-discord:main' into mainGravatar SomeHybrid2023-08-27-21/+20
|\
| * Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-21/+20
| | | | | | | | | | | | | | 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]>
* | Changed cooldown to 5s, removed description if abstract not foundGravatar SomeHybrid2023-08-23-7/+3
| |
* | Added URL to RFC embedGravatar SomeHybrid2023-08-18-4/+8
| |
* | Added logging on fetching RFCGravatar SomeHybrid2023-08-11-0/+2
| |
* | Added cache to RFC commandGravatar SomeHybrid2023-08-10-31/+66
| |
* | Applied `isort` to `rfc.py`Gravatar SomeHybrid2023-08-10-2/+2
| |
* | Fixed ruff issuesGravatar SomeHybrid2023-08-10-1/+1
| |
* | Add RFC utility commandGravatar SomeHybrid2023-08-10-0/+65
|/
* Re-enable the reddit autoposter (#1332)Gravatar ChrisJL2023-07-23-1/+1
|
* Merge branch 'python-discord:main' into undeprecate-bookmarkGravatar Robin2023-07-14-3/+3
|\
| * Fix type hint (#1314)Gravatar Ritik Ranjan2023-07-06-2/+2
| |
| * Disable the r/python auto poster (#1296)Gravatar ChrisJL2023-06-12-1/+1
| | | | | | Otherwise this will error every morning while r/python isn't accessible
* | Fix incorrect permissions targetGravatar Robin56052023-07-09-2/+2
| |
* | Fix bug where command registers success even with DMs disabledGravatar Robin56052023-05-24-4/+5
| |
* | Merge branch 'main' into undeprecate-bookmarkGravatar Rohan Reddy Alleti2023-05-17-95/+92
|\|
| * Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-87/+81
| | | | | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
| * alias Wolfram as WolframConfigGravatar shtlrs2023-05-06-5/+5
| |
| * log warning in Reddit CogGravatar shtlrs2023-05-06-1/+1
| |
| * Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+3
| | | | | | | | | | | | 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.
| * give empty str as default to tokensGravatar shtlrs2023-05-06-2/+2
| |
| * use `SecretStr` for all secretsGravatar shtlrs2023-05-06-3/+3
| |
| * revert renaming of Client to BotGravatar shtlrs2023-05-06-7/+7
| |
| * update Tokens & WolframGravatar shtlrs2023-05-06-2/+2
| |
| * update Client constantsGravatar shtlrs2023-05-06-7/+7
| | | | | | | | This also renames the Client class to Bot, to align better with Python.
| * update CategoriesGravatar shtlrs2023-05-06-1/+1
| |
* | nitGravatar Robin56052023-04-26-3/+3
| |
* | Append only on else blockGravatar Robin56052023-04-26-1/+0
| |
* | Use instead of full class nameGravatar Robin56052023-03-18-1/+1
| |
* | Handle DM closed situationGravatar Robin56052023-03-18-3/+11
| |
* | Delete message after timeoutGravatar Robin56052023-03-18-1/+1
| |
* | Use functionGravatar Robin56052023-03-18-6/+3
| |
* | MergeGravatar Robin56052023-03-03-5/+2
|\ \
| * | Merge branch 'main' into undeprecate-bookmarkGravatar Robin2023-03-03-5/+2
| |\|
| | * fixed embed interaction and randomly choosing a kata (#1218)Gravatar Henri2023-03-03-5/+2
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
* | | Fix build_bookmark_embed formatting issueGravatar Robin56052023-03-03-1/+1
| | |
* | | Remove typing.Union importGravatar Robin56052023-03-03-3/+3
|/ /