Skip to content

Commit eaa95ff

Browse files
committed
document quote commands
1 parent 5b81738 commit eaa95ff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

internal/web/static/docs.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,30 @@
4747
}
4848
]
4949
},
50+
{
51+
"title": "Q",
52+
"description": "Query guild quotes",
53+
"commands": [
54+
{
55+
"name": "q [user] [index]",
56+
"description": "Query a guild quote. Quotes are added by reacting to messages with 💬"
57+
}
58+
]
59+
},
60+
{
61+
"title": "QUOTE",
62+
"description": "Interact with guild quotes",
63+
"commands": [
64+
{
65+
"name": "quote delete <index>",
66+
"description": "Delete a quote. Must have manage server permission, be the author of the message, or the user that added the quote"
67+
},
68+
{
69+
"name": "quote list",
70+
"description": "Get the guild's list of quotes"
71+
}
72+
]
73+
},
5074
{
5175
"title": "PROFILE",
5276
"description": "User command pertaining to user profiles",

0 commit comments

Comments
 (0)