forked from A-S-W-I-N-S-P-A-R-K-Y/X-BOT-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
76 lines (76 loc) · 2.13 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
{
"name": "X-BOT-MD",
"version": "3.0.0",
"description": "X-BOT-MD Simple WhatsApp Bot",
"logo": "https://i.imgur.com/Q2UNwXR.jpg",
"keywords": ["whatsapp", "bot", "md", "multi-device"],
"repository": "https://github.com/A-S-W-I-N-S-P-A-R-K-Y/X-BOT-MD",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Enter Your Session ID",
"required": true
},
"HANDLER": {
"description": "Enter Prefix For Commands",
"required": false,
"value": "."
},
"SUDO": {
"description": "Enter Numbers With Country Code Without + Separated With , To Add More Numbers",
"required": true,
"value": "917012984396"
},
"HEROKU_APP_NAME": {
"description": "Enter Your Heroku App Name Same As Above You Entered",
"required": true
},
"HEROKU_API_KEY": {
"description": "Enter Your Heroku Account Api Key. Get It From https://dashboard.heroku.com/account",
"required": true
},
"STICKER_DATA": {
"description": "Enter Your Sticker PackName And Author Name",
"required": false,
"value": "X BOT MD;ASWIN SPARKY"
},
"AUDIO_DATA": {
"description": "Enter Your Owner Name",
"required": false,
"value": "X BOT MD;ASWIN SPARKY;https://i.imgur.com/fVCRCYG.jpeg"
},
"BOT_INFO": {
"description": "Enter Your Owner Number",
"required": false,
"value": "X-BOT-MD;ASWIN SPARKY;https://i.imgur.com/r3GZeiX.jpeg"
},
"ALWAYS_ONLINE": {
"description": "Enter Your Bot Name",
"required": false,
"value": "false"
},
"WORK_TYPE": {
"description": "Enter Your Mode Type public For Public Otherwise Type private",
"required": false,
"value": "private"
},
"AUTO_STATUS_VIEW": {
"description": "If You Want To View Status Automatically, Type true. Otherwise, Type false",
"required": false,
"value": "false"
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}