-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathapp.json
45 lines (45 loc) · 1.08 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
{
"name": "Multi Upload Telegram Bot",
"description": "A Powerful Bot to Upload A Single File Mane Servers",
"logo": "",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"TelethonBase",
"oVoIndia",
"oVo-HxBots",
"HxBots"
],
"env": {
"API_HASH": {
"description": "Api Hash",
"value": ""
},
"API_ID": {
"description": "Api Id",
"value": ""
},
"BOT_TOKEN": {
"description": "Bot Token That You Got From @botfather",
"value": ""
},
"CHNAME": {
"description": "Your channel to work fsub. Add you channel username without @",
"value": "HxBots"
},
"OWNRID": {
"description": "Yr TG ID here bitch",
"value": "1252058587"
},
"LOG_CHANNEL": {
"description": "Channel to Log Activities",
"value": "-1001378693486"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}