Skip to content

Commit df28635

Browse files
committed
Update app.json
1 parent 9662454 commit df28635

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"required": true
1313
},
1414
"PREFIX": {
15-
"description": "Command prefix to use.",
15+
"description": "Command prefix to use, default is `?`",
1616
"required": false
1717
},
1818
"STATUS": {
@@ -27,9 +27,9 @@
2727
"description": "Comma seperated user IDs of people that are allowed to use owner only commands. (eval and update)",
2828
"required": false
2929
},
30-
"GITHUB_ACCESS_TOKEN": {
31-
"description": "Github personal access token to enable use of the update command.",
32-
"required": false
30+
"MODMAIL_API_TOKEN": {
31+
"description": "Api token from https://dashboard.modmail.tk",
32+
"required": true
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)