-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathapp.json
26 lines (26 loc) · 882 Bytes
/
app.json
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
{
"name": "ScrimBot",
"description": " A Discord bot for organizing Valorant custom games.",
"repository": "https://github.com/SchwaIndustries/ScrimBot",
"logo": "https://cdn.discordapp.com/avatars/715030981894995998/5cfd005742790ca9b4940f27c76bdd80.png?size=512",
"env": {
"TOKEN": {
"description": "Discord Bot Token (https://discord.com/developers/applications)"
},
"TIME_ZONE": {
"description": "Desired time zone (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)",
"required": false
},
"PREFIX": {
"description": "Desired bot prefix",
"required": false
},
"MONGO_URI": {
"description": "MongoDB connection string (https://www.mongodb.com/cloud/atlas)"
},
"DOMAIN": {
"description": "Heroku domain (to keep bot alive when using free dynos)",
"required": false
}
}
}