diff options
| -rw-r--r-- | pydis_site/apps/api/views.py | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 2c5343de..9e5ad73c 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -38,9 +38,8 @@ class RulesView(APIView):      ## Routes      ### GET /rules      Returns a JSON array containing the server's rules -    coupled with a list of keywords that will be used -    when searching for particular rules upon using the -    bot's `!rule` command +    and keywords relating to each rule. +    Example response:      >>> [      ...     ("Eat candy.", ["candy", "sweets"]),  |