forked from PR0FESS0R-99/Auto-Approved-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
52 lines (52 loc) · 1.48 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
46
47
48
49
50
51
52
{
"name": "Auto-Approved-Bot",
"description": "Iam Auto-Approved-Bot @pr0fess0r_99",
"keywords": [
"Auto",
"Approved",
"Group",
"Invite",
"Link",
"Bot"
],
"website": "https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ",
"repository": "https://github.com/PR0FESS0R-99/Auto-Approved-Bot",
"success_url": "https://youtube.com/channel/UCmGBpXoM-OEm-FacOccVKgQ",
"env": {
"API_ID": {
"description": "Your APP ID From https://youtu.be/5eEsvLAKVc0 or @MT_MyTelegramOrg_Bot",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From https://youtu.be/5eEsvLAKVc0 or @MT_MyTelegramOrg_Bot",
"value": ""
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"CHAT_ID": {
"description": "Working Group ID @MT_ID_Bot",
"value": ""
},
"APPROVED_WELCOME": {
"description": "APPROVED_WELCOME On Or Off",
"value": "on"
},
"APPROVED_WELCOME_TEXT": {
"description": "APPROVED_WELCOME_TEXT : Welcome Text",
"value": "Hello {mention}\nWelcome To {title}\n\nYour Auto Approved"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}