aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/checks.py (follow)
Commit message (Collapse)AuthorAgeLines
* Bump Pydis core to v11 (#1478)Gravatar Amrou Bellalouna2024-03-20-121/+6
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-1/+8
|
* Move unshared contants inside modulesGravatar Chris Lovering2023-05-09-1/+2
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-5/+4
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* use the new code jam variable (#1267)Gravatar Amrou Bellalouna2023-05-06-1/+1
|
* replace a thread with its parent if presentGravatar shtlrs2023-03-10-7/+6
|
* whitelist a thread along with its parentGravatar shtlrs2023-03-10-0/+5
|
* Allow `.src` in dev-contrib and community-meta (#1033)Gravatar TizzySaurus2022-02-20-1/+1
|
* Isort: give the codebase a sortGravatar Matteo Bertucci2021-10-22-8/+1
|
* Removed None return annotation for any __init__Gravatar Xithrius2021-09-01-1/+1
|
* Fix type annotationsGravatar decorator-factory2021-08-31-1/+2
|
* Allow commands in code jam team channelsGravatar wookie1842021-07-06-0/+5
|
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-10/+20
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-2/+2
|
* Remove references to old name.Gravatar Leon Sandøy2020-11-21-1/+1
| | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so.
* Add checks.py fileGravatar Gustav Odinger2020-09-21-0/+164
- Necessary for extensions.py to work - Copied from the 'Python' bot, with minor tweaks to make it work with SeasonalBot