forked from DAMY-GASO/Lazack-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
110 lines (109 loc) · 3.57 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
100
101
102
103
104
105
106
107
108
109
110
{
"name": "lazack",
"version":"1.0.0",
"description": "Jarvis Multi Device whatsappbot",
"logo": "https://i.imgur.com/PmfMtfa.jpeg",
"keywords": ["whatsapp"],
"repository": "https://github.com/Lazack28/Lazack-md",
"website": "https://github.com/Lazack28/Lazack-md",
"success_url": "https://github.com/Lazack28/Lazack-md",
"stack": "container",
"env": {
"BOT_INFO": {
"description": "botname;ownername;ownernumber;image url",
"required": true,
"value":"ᴊᴀʀᴠɪꜱ;ʟᴏᴋɪ-xᴇʀ;https://i.imgur.com/VIpl3q5.mp4"
},
"AUDIO_DATA": {
"description": "audio package name",
"required": true,
"value":"ʟᴏᴋɪ-xᴇʀ;ᴊᴀʀᴠɪꜱ;https://i.imgur.com/VgxJeCm.jpeg"
},
"WARN_COUNT": {
"description": "warn count",
"required": true,
"value":"3"
},
"MEDIA_DATA": {
"description": "media data that uses in list",
"required": true,
"value":"ʟɪꜱᴛ ᴍᴇɴᴜ;ᴊᴀʀᴠɪꜱ-ᴍᴅ;https://i.imgur.com/ltPPMTh.jpeg"
},
"HANDLER": {
"description": "handler for bot. all so can be null or false",
"required": true,
"value":"null"
},
"SESSION_ID": {
"description": "session id",
"required": true
},
"WORK_TYPE": {
"description": "worker type public or private",
"required": true,
"value":"private"
},
"HEROKU_APP_NAME": {
"description": "heroku app name, same as above entered",
"required": true
},
"HEROKU_API_KEY": {
"description": "Heroku account api key, https://dashboard.heroku.com/account",
"required": true
},
"STICKER_PACKNAME": {
"description": "sticker package name",
"required": true,
"value":"ʟᴏᴋɪ;ᴊᴀʀᴠɪꜱ"
},
"SUDO": {
"description": "owner number of the bot",
"required": false,
"value":"4915252819677"
},
"ALLWAYS_ONLINE": {
"description": "show bot number last seen as online",
"required": false,
"value":"false"
},
"READ_MSG": {
"description": "Read all messages",
"required": false,
"value":"false"
},
"SAVE_STATUS": {
"description": "save all status message",
"required": false,
"value":"null"
},
"STATUS_VIEW": {
"description": "status views use true for view all status or use only-view=jid to only view given jid status or use not-view=jid to not view the one person status and view anothers",
"required": false,
"value":"false"
},
"REJECT_CALL": {
"description": "automatic reject call",
"required": true,
"value":"false"
},
"ERROR_MSG": {
"description": "send error messages to bot number",
"required": true,
"value":"false"
},
"BAN_CHATS": {
"description": "ban chat from useing bot value: jid1,jid2",
"required": false,
"value":""
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}]
}