forked from Aadhi000/Auto-Request-Accept-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
53 lines (53 loc) · 1.49 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
53
{
"name": "Auto Request Accept Bot",
"description": "I am Simple Auto Request Accept Bot. Please Support",
"logo": "https://telegra.ph/file/8c0d6e69dab2b76786aa5.jpg",
"keywords": [
"Auto",
"Approved",
"Group",
"Invite",
"Link",
"Bot"
],
"website": "https://youtube.com/channel/UCf_dVNrilcT0V2R--HbYpMA",
"repository": "https://github.com/Aadhi000/Auto-Request-Accept-Bot",
"success_url": "https://youtube.com/channel/UCf_dVNrilcT0V2R--HbYpMA",
"env": {
"API_ID": {
"description": "Your APP ID",
"value": ""
},
"API_HASH": {
"description": "Your API Hash",
"value": ""
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"CHAT_ID": {
"description": "Group/Channel ID Which you are going to use this 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 Request Is Approved.**"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}