-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
34 lines (34 loc) · 900 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
27
28
29
30
31
32
33
34
{
"name": "Maintenance Bot",
"description": "A bot which can hold other bots on Maintenance.",
"logo": "https://te.legra.ph/file/caea53cbba2c61b3a3b31.png",
"keywords": [
"telegram",
"python",
"telethon",
"maintenance",
"telegram bot"
],
"repository": "https://github.com/Reeshuxd/MaintenanceBot",
"website": "https://t.me/aboutreeshu",
"success_url": "https://t.me/Reeshuxd",
"env": {
"TOKEN": {
"description": "Your Bot token from @BotFather",
"value": ""
},
"OWNER_ID": {
"description": "Your telegram yser id.",
"value": ""
},
"MONGODB_URL": {
"description": "Your database url from mongodb.com",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}