-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1.11 KB
/
app.json
File metadata and controls
45 lines (45 loc) · 1.11 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
43
44
45
{
"name": "ServerSMP - BOT",
"description": "The ServerSMP - BOT",
"repository": "https://github.com/Prince527GitHub/ServerSMP-BOT/",
"logo": "https://serversmp.netlify.app/assets/disconnect.png",
"env": {
"TOKEN": {
"description": "Your bot's token",
"required": true
},
"PREFIX": {
"description": "Your bot's prefix",
"required": true
},
"MONGO": {
"description": "Your mongodb url",
"required": true
},
"PORT": {
"description": "The port for the website",
"required": true
},
"DISTURN": {
"description": "Turn on or off the disbot stuff (true or false)",
"required": true
},
"DISTOKEN": {
"description": "Your disbot token if off just put what ever you want",
"required": true
},
"OWNER": {
"description": "The id of the owner (you)",
"required": true
},
"BOTDASH": {
"description": "Your botdash token",
"required": true
},
"STATUS": {
"description": "Your bots status",
"required": true
}
},
"keywords": ["node", "discord", "website"]
}