aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/checks.py (follow)
Commit message (Collapse)AuthorAgeLines
* 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