forked from vi2k6/Maintain-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
37 lines (37 loc) · 1.02 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
{
"name": "Mainten Bot",
"description": "A Telegram Repo For Devs To Controll The Bots Are Under Maintenance",
"logo": "https://telegra.ph/file/f854d5d729d3166d0c89e.jpg",
"repository": "https://github.com/vivek-tp/Maintain-Bot",
"keywords": [
"telegram",
"pyrogram",
"maintenance",
"bot"
],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather"
},
"UPDATES_CHANNEL": {
"description": "Updates Channel Username Without @"
},
"SUPPORT_CHAT": {
"description": "Support Chat Username Without @"
},
"BOT_NAME": {
"description": "Your Bot's Name"
},
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps"
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}