aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/views.py
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-04-20 18:56:06 -0700
committerGravatar GitHub <[email protected]>2023-04-20 18:56:06 -0700
commite820003a3bad42953499cacc3b70d3a8517bcad4 (patch)
tree8f6880710fad3a7300076a3104f8dacb05248807 /pydis_site/apps/api/views.py
parentImplement grammar fix (diff)
parentMerge pull request #946 from python-discord/dependabot/pip/sentry-sdk-1.20.0 (diff)
Merge branch 'main' into staff-app-readme
Diffstat (limited to 'pydis_site/apps/api/views.py')
-rw-r--r--pydis_site/apps/api/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 20431a61..54fbf809 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -149,9 +149,9 @@ class RulesView(APIView):
["english", "language"]
),
(
- "Do not provide or request help on projects that may break laws, "
- "breach terms of services, or are malicious or inappropriate.",
- ["infraction", "tos", "breach", "malicious", "inappropriate"]
+ "Do not provide or request help on projects that may violate terms of service, "
+ "or that may be deemed inappropriate, malicious, or illegal.",
+ ["infraction", "tos", "breach", "malicious", "inappropriate", "illegal"]
),
(
"Do not post unapproved advertising.",