Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pydis_site/apps/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get(self, request, format=None): # noqa: ANN001, ANN201
),
(
"Do not offer or ask for paid work of any kind.",
["pay", "paid", "work", "money", "hire"]
["pay", "paid", "work", "money", "hire", "job", "jobs"]
),
(
"Do not copy and paste answers from ChatGPT or similar AI tools.",
Expand Down
Loading