We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc4f46 commit 43fc1faCopy full SHA for 43fc1fa
1 file changed
docs/guilds/configuration/language-config.md
@@ -17,6 +17,10 @@ Example of a guild command messages in the language file:
17
accept:
18
#Message in /guild help
19
help: '&e/guild accept - &bAccepts a guild invitation'
20
+
21
+ #Hidden command in /guild help
22
+ #Set to true to hide the command in /guild help
23
+ hidden: false
24
25
#Command set in chat on click in /guild help
26
hover-command: /guild accept
0 commit comments