We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49909a3 commit e6db607Copy full SHA for e6db607
pydis_site/apps/api/views.py
@@ -38,9 +38,8 @@ class RulesView(APIView):
38
## Routes
39
### GET /rules
40
Returns a JSON array containing the server's rules
41
- coupled with a list of keywords that will be used
42
- when searching for particular rules upon using the
43
- bot's `!rule` command
+ and keywords relating to each rule.
+ Example response:
44
45
>>> [
46
... ("Eat candy.", ["candy", "sweets"]),
0 commit comments