-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (52 loc) · 1.54 KB
/
app.json
File metadata and controls
52 lines (52 loc) · 1.54 KB
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": "Forward Bot",
"description": "ɪ ᴄᴀɴ ᴏɴʟʏ ғᴏʀᴡᴀʀᴅ ᴅᴏᴄᴜᴍᴇɴᴛ ᴀɴᴅ ᴠɪᴅᴇᴏ (ᴍᴘ𝟺 ᴀɴᴅ ᴍᴋᴠ) ғɪʟᴇs. ғᴏʀᴡᴀʀᴅ ʏᴏᴜʀ sᴏᴜʀᴄᴇ ᴄʜᴀɴɴᴇʟ ᴍᴇssᴀɢᴇ ᴛᴏ ᴛʜɪs ʙᴏᴛ. ɪғ sᴏᴜʀᴄᴇ ᴄʜᴀɴɴᴇʟ ɪs ғᴏʀᴡᴀʀᴅ ʀᴇsᴛʀɪᴄᴛᴇᴅ ʟᴀsᴛ ᴍᴇssᴀɢᴇ ʟɪɴᴋ sᴇɴᴅ ᴛᴏ ᴛʜɪs ʙᴏᴛ.",
"keywords": [
"telegram",
"forward",
"okforward"
],
"repository": "https://github.com/neelshah55/ForwardBot",
"logo": "https://ibb.co/kMVxrCj",
"env": {
"API_HASH": {
"description": "Your API HASH from my.telegram.org",
"required": true
},
"API_ID": {
"description": "Your API ID from my.telegram.org",
"required": true
},
"BOT_TOKEN":{
"description": "Your bot token from @BotFather",
"required": true
},
"OWNER_ID": {
"description": "Must enter Your Telegram Id from @my_id_bot",
"required": true
},
"UPDATES_CHANNEL":{
"description": "Must enter Your Updates Channel Telegram Link",
"required": false
},
"SUPPORT_GROUP ":{
"description": "Must enter Your SUPPORT GROUP Telegram Link",
"required": false
},
"DEV_LINK":{
"description": "Must enter Your CONATCT BOT Telegram Link",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "standard-1x"
}
}
}