-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
71 lines (70 loc) · 1.91 KB
/
Copy pathapp.json
File metadata and controls
71 lines (70 loc) · 1.91 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Bot Auto Forwarder",
"description": "Bot Auto Forwader channel/group/bot from id",
"keywords": [
"telegram",
"auto",
"forwarder"
],
"repository": "https://github.com/restuap17/BotAutoForwarder-Restu",
"logo": "https://telegra.ph/file/17577b5183ef34527a7e0.jpg",
"env": {
"TG_BOT_TOKEN": {
"description": "Isi Bot token, Dapatkan dari t.me/BotFather",
"value": ""
},
"OWNER": {
"description": "Isi Username Telegram untuk Owner BOT [ Jangan Pake @ ]",
"value": "ReszXD"
},
"OWNER_ID": {
"description": "Masukan User ID Telegram untuk Owner BOT",
"value": "1721561586"
},
"ADMINS": {
"description": "Masukan User ID untuk mendapatkan hak Admin BOT [Hanya dapat membuat link]",
"value": ""
},
"APP_ID": {
"description": "Dapatkan APP ID di web my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Dapatkan API HASH di web my.telegram.org",
"value": ""
},
"START_MESSAGE": {
"description": "Pesan /start memulai awalan ke bot, Gunakan format parsemode HTML",
"value": "<b>Hello {first}\n\nSaya dapat menyimpan file pribadi di Channel Tertentu dan pengguna lain dapat mengaksesnya dari link khusus.</b>"
},
"CHANNEL":{
"description": "Username Channel Asupan Wajib Subscribe Sama Seperti FORCE_SUB_CHANNEL [ Jangan Pake @ ]",
"value": "BotPushch",
"required": false
},
"GROUP":{
"description": "Username Grup Kamu [ Jangan Pake @ ]",
"value": "InfoBotShr",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}