forked from BrayDenXD/AntiChannelBan
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 911 Bytes
/
app.json
File metadata and controls
37 lines (37 loc) · 911 Bytes
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": "AntiChannelBan",
"description": "Best Anti Channel Ban Robots",
"logo": "https://telegra.ph/file/d2a5ad71757a96a656b68.jpg",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"BrayDenXD",
"AntiChannelBan"
],
"repository": "https://GitHub.com/BrayDenXD/AntiChannelBan",
"website": "https://GitHub.com/BrayDenXD",
"success_url": "https://t.me/Decodesupport",
"env": {
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather",
"value": "",
"required": true
},
"API_ID": {
"description": "put ur api id",
"value": "",
"required": true
},
"API_HASH": {
"description": "pur ur api hash",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}