Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Correctly type revisions as an int | 2024-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-core | 2023-11-25 | -2/+2 | |
| | ||||
* | Allow the `.rfc` command in all channels (#1356) | 2023-09-02 | -1/+4 | |
| | ||||
* | Changed cooldown to 5s, removed description if abstract not found | 2023-08-23 | -7/+3 | |
| | ||||
* | Added URL to RFC embed | 2023-08-18 | -4/+8 | |
| | ||||
* | Added logging on fetching RFC | 2023-08-11 | -0/+2 | |
| | ||||
* | Added cache to RFC command | 2023-08-10 | -31/+66 | |
| | ||||
* | Applied `isort` to `rfc.py` | 2023-08-10 | -2/+2 | |
| | ||||
* | Fixed ruff issues | 2023-08-10 | -1/+1 | |
| | ||||
* | Add RFC utility command | 2023-08-10 | -0/+65 | |