forked from ItZxSTaR/XBOTS
-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
94 lines (94 loc) · 2.72 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
{
"name": "ASHWANI.",
"logo": "http://telegra.ph/file/da67bb071fac5b01a5c8d.jpg",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"PythonX",
"SpamBots"
],
"repository": "https://github.com/ASHWANIashwani/XBOTS",
"env": {
"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
},
"CMD_HNDLR": {
"description": "Custom command handler.",
"value": ".",
"required": false
},
"SUDO_USERS": {
"description": "Sudo users id space by space",
"value": "",
"required": false
},
"OWNER_ID": {
"description": "Owner Id",
"value": "",
"required": true
},
"HEROKU_API_KEY": {
"description": "Your Heroku api key to update your bot",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Your app name to Update your bot",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}