aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/rfc.py (follow)
Commit message (Collapse)AuthorAgeLines
* 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-2/+2
|
* Allow the `.rfc` command in all channels (#1356)Gravatar SomeHybrid2023-09-02-1/+4
|
* 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