diff options
| author | 2023-08-11 22:42:41 -0500 | |
|---|---|---|
| committer | 2023-08-11 22:42:41 -0500 | |
| commit | 36e841176efe46292ee64c2610b619c3c9c65f8b (patch) | |
| tree | e51bc9a34fc4e8cdcda84d49cb7381173b00563c /pydis_site | |
| parent | Merge pull request #1069 from python-discord/cj10-initial-update (diff) | |
Add "pay" alias for rule tag
Diffstat (limited to 'pydis_site')
| -rw-r--r-- | pydis_site/apps/api/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index f155aa0b..05c15394 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -169,7 +169,7 @@ class RulesView(APIView):              ),              (                  "Do not offer or ask for paid work of any kind.", -                ["paid", "work", "money"] +                ["pay", "paid", "work", "money"]              ),              (                  "Do not copy and paste answers from ChatGPT or similar AI tools.",  |