diff options
author | 2023-05-07 16:00:28 +0100 | |
---|---|---|
committer | 2023-05-07 16:00:28 +0100 | |
commit | 804ef7543843786a82a0a42aaf5ada818dab3f26 (patch) | |
tree | d9497896da7fb1fb042741a764df77c1c694755d /pydis_site/apps/api/views.py | |
parent | update forgotten mentions of sir-lancebot-commands channel (diff) | |
parent | Merge pull request #949 from python-discord/hedyhli-edit-on-github (diff) |
Merge branch 'main' into update-sir-lancebot-contrib-guide
Diffstat (limited to 'pydis_site/apps/api/views.py')
-rw-r--r-- | pydis_site/apps/api/views.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 20431a61..b1b7dc0f 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -120,7 +120,7 @@ class RulesView(APIView): link_format ) discord_tos = self._format_link( - 'Terms Of Service', + 'Terms of Service', 'https://discordapp.com/terms', link_format ) @@ -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.", |