| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Bump Pydis core to v11 (#1478) | 2024-03-20 | -121/+6 | |
| | | ||||
| * | Always use the get_logger func from bot-core | 2023-11-25 | -2/+2 | |
| | | ||||
| * | Format code with new ruff rules | 2023-11-06 | -1/+8 | |
| | | ||||
| * | Move unshared contants inside modules | 2023-05-09 | -1/+2 | |
| | | ||||
| * | Apply fixes for ruff linting | 2023-05-09 | -5/+4 | |
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
| * | use the new code jam variable (#1267) | 2023-05-06 | -1/+1 | |
| | | ||||
| * | replace a thread with its parent if present | 2023-03-10 | -7/+6 | |
| | | ||||
| * | whitelist a thread along with its parent | 2023-03-10 | -0/+5 | |
| | | ||||
| * | Allow `.src` in dev-contrib and community-meta (#1033) | 2022-02-20 | -1/+1 | |
| | | ||||
| * | Isort: give the codebase a sort | 2021-10-22 | -8/+1 | |
| | | ||||
| * | Removed None return annotation for any __init__ | 2021-09-01 | -1/+1 | |
| | | ||||
| * | Fix type annotations | 2021-08-31 | -1/+2 | |
| | | ||||
| * | Allow commands in code jam team channels | 2021-07-06 | -0/+5 | |
| | | ||||
| * | chore: Refactor more code to follow our style guide | 2021-05-14 | -10/+20 | |
| | | ||||
| * | chore: Prefer double quotes over single quotes | 2021-05-04 | -2/+2 | |
| | | ||||
| * | Remove references to old name. | 2020-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 file | 2020-09-21 | -0/+164 | |
| - Necessary for extensions.py to work - Copied from the 'Python' bot, with minor tweaks to make it work with SeasonalBot | ||||