forked from IgorKowalczyk/majo.exe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (42 loc) · 1.06 KB
/
app.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Majo.exe",
"description": "An advanced Discord bot",
"logo": "https://igorkowalczyk.github.io/lib/favicon/favicon.jpg",
"repository":"https://github.com/igorkowalczyk/majobot.git",
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"TOKEN": {
"description": "The bot token, required to run (Do not remember! The TOKEN value is Super-Secret)",
"required": true
},
"PREFIX": {
"description": "The default bot prefix (eg. !majo)",
"required": true
},
"DASHBOARD": {
"description": "The Web-Dashboard config value. (eg. true/false)",
"required": false
},
"SECRET": {
"description": "The bot client secret (Do not remember! The SECRET value is Super-Secret), required to run Web Dashboard",
"required": false
},
"UA": {
"description": "Google analytics tracking ID, used in Web-Dashboard",
"required": false
}
},
"keywords": [
"discord",
"discord-bot",
"javascript",
"js",
"node-js",
"web-dashboard",
"bot"
]
}