We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b81738 commit eaa95ffCopy full SHA for eaa95ff
internal/web/static/docs.json
@@ -47,6 +47,30 @@
47
}
48
]
49
},
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
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
74
{
75
"title": "PROFILE",
76
"description": "User command pertaining to user profiles",
0 commit comments