-
Notifications
You must be signed in to change notification settings - Fork 185
/
Copy pathapp.json
29 lines (28 loc) · 796 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
{
"name": "Ban all",
"description": "Power Packed Banall Within Seconds.",
"keywords": ["Zaid", "banall"],
"repository": "https://github.com/ITZ-ZAID/Banall",
"stack": "container",
"env": {
"TELEGRAM_TOKEN": {
"description": "Bot Token Else leave blank",
"required": true
},
"PYRO_SESSION": {
"description": "Pyrogram session",
"required": false,
"value": ""
},
"TELEGRAM_APP_HASH": {
"description": "Fill Api Hash from telegram.prg",
"required": true,
"value": ""
}
"TELEGRAM_APP_ID": {
"description": "Fill Api iD from telegram.prg",
"required": true,
"value": ""
}
}
}