-
Notifications
You must be signed in to change notification settings - Fork 13
/
app.json
46 lines (45 loc) · 1.36 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "NethyaChatBot",
"description": "Hello, I am Nethya An Intelligent ChatBot. If You Are Feeling Lonely, You can Always Come to me and Chat With Me!",
"logo": "https://te.legra.ph/file/2fee644b6a1e7f5dae648.jpg",
"repository": "https://github.com/TheLogicalGuy/nethya",
"env": {
"BOT_TOKEN": {
"description": "telegram bot token here",
"required": true
},
"NETHYA_API": {
"description": "go to @NethyaBot and then send /token you will get a api paste it here ",
"required": true
},
"ERROR_LOG": {
"description": "error channel log id",
"required": true
},
"BOT_USERNAME": {
"description": "Your bot username without @",
"required": true
},
"SUPPORT_GROUP": {
"description": "Support group username without @",
"required": true
},
"MONGO_URL": {
"description": "mongo db url here",
"required": true
},
"API_ID": {
"description": "telegram api id here",
"required": true
},
"API_HASH": {
"description": "telegram api hash here",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}