Skip to content

Commit a5bf6f0

Browse files
committed
Rmove optional fields from app.json
1 parent eb961b0 commit a5bf6f0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

app.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,9 @@
1111
"description": "The id for the server you are hosting this bot for.",
1212
"required": true
1313
},
14-
"PREFIX": {
15-
"description": "Command prefix to use, default is `?`",
16-
"required": false
17-
},
18-
"STATUS": {
19-
"description": "Set a custom playing status for the bot.",
20-
"required": false
21-
},
22-
"MENTION": {
23-
"description": "A custom role/user to mention when creating a modmail thread. Default is @here",
24-
"required": false
25-
},
2614
"OWNERS": {
2715
"description": "Comma seperated user IDs of people that are allowed to use owner only commands. (eval and update)",
28-
"required": false
16+
"required": true
2917
},
3018
"MODMAIL_API_TOKEN": {
3119
"description": "API token from https://modmail.tk",

0 commit comments

Comments
 (0)