diff options
Diffstat (limited to 'pydis_site/apps')
| -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 f88e1039..c529da0f 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -131,7 +131,7 @@ class RulesView(APIView):              ),              (                  "We will not help you with anything that might break a law or the " -                "terms of service of any other community, pysite, service, or " +                "terms of service of any other community, site, service, or "                  "otherwise - No piracy, brute-forcing, captcha circumvention, "                  "sneaker bots, or anything else of that nature."              ),  |