-
Notifications
You must be signed in to change notification settings - Fork 25
/
app.json
99 lines (98 loc) · 2.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "KING-𝚂𝙿𝙰𝙼-𝙱𝙾𝚃",
"description": "MOST POWERFUL + STABLE SPAMBOTS",
"logo": "https://te.legra.ph/file/2e2f78610814092d61103.jpg",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"deadlybot",
"SpamBots"
],
"repository": "https://github.com/WCGKING/KINGSPAM",
"website": "https://t.me/BRANDED_KHUSHI",
"success_url": "https://t.me/BRANDED_WORLD",
"env": {
"API_ID": {
"description": "Fill Api ID Take this value from My.telegram.org",
"value": "26319490",
"required": true
},
"ALIVE_PIC": {
"description": "your alive pic or video",
"value": "https://te.legra.ph/file/2e2f78610814092d61103.jpg",
"required": false
},
"API_HASH": {
"description": "Fill Api hash Take this value from My.telegram.org",
"value": "e99518c312bd6fcb3e8643bf55e3a339",
"required": true
},
"CMD_HNDLR": {
"description": "Custom command handler.",
"value": "!",
"required": false
},
"BOT_TOKEN": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN2": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN3": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN4": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN5": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN6": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN7": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN8": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN9": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN10": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"OWNER_ID": {
"description": "owner Id",
"value": "6258877205",
"required": true
}
},
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
}
]
}