-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathapp.json
163 lines (142 loc) · 4.29 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "SILENT-SOBX-MD",
"description": "ᴊᴀᴠᴀsᴄʀɪᴘᴛ ᴡʜᴀᴛsᴀᴘᴘ ʙᴏᴛ ᴄʀᴇᴀᴛᴇᴅ ʙʏ sɪʟᴇɴᴛʟᴏᴠᴇʀ⁴³²",
"logo": "https://telegra.ph/file/2a06381b260c3f096a612.jpg",
"keywords": ["bot"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put the session-id here.",
"required": true,
"value": ""
},
"ALIVE_IMG": {
"description": "paste your image url if you don't have you can use this public url.",
"required": true,
"value": "https://telegra.ph/file/2a06381b260c3f096a612.jpg"
},
"ALIVE_MSG": {
"description": "paste your alive message hear.",
"required": true,
"value": "ʜɪɪ ᴍʏ ᴅᴇᴀʀ ғʀɪᴇɴᴅ ɪᴍ ᴀʟɪᴠᴇ ɴᴏᴡ.!!"
},
"PREFIX": {
"description": "paste your bot prefix note! Don't apply null prefix.",
"required": true,
"value": "."
},
"MODE": {
"description": "select your bot work type public-private-inbox-group.",
"required": true,
"value": "public"
},
"AUTO_VOICE": {
"description": "Make it true if you want bot auto voice.",
"required": true,
"value": "true"
},
"AUTO_REPLY": {
"description": "Make it true if you want bot auto reply.",
"required": true,
"value": "true"
},
"AUTO_STICKER": {
"description": "Make it true if you want bot auto sticker.",
"required": true,
"value": "true"
},
"AUTO_READ_STATUS": {
"description": "Make it true if you want bot auto auto_read_status.",
"required": true,
"value": "true"
},
"ANTI_LINK": {
"description": "Make it true if you want bot auto remove group link.",
"required": true,
"value": "true"
},
"ANTI_BAD": {
"description": "Make it true if you want bot auto delete bad words from group example xxx porn etc.",
"required": true,
"value": "true"
},
"FAKE_RECORDING": {
"description": "Make it true if you want bot fake record.",
"required": true,
"value": "false"
},
"AUTO_REACT": {
"description": "Make it true if you want bot AutoReact.",
"required": true,
"value": "true"
},
"OWNER_REACT": {
"description": "Make it true if you want bot OwnerReact.",
"required": true,
"value": "true"
},
"BOT_NAME": {
"description": "write hear your name.",
"required": true,
"value": "✦sɪʟᴇɴᴛ-sᴏʙx-ᴍᴅ✦"
},
"HEART_REACT": {
"description": "Make it true if you want bot only heart ♥️ emjois reaction .",
"required": true,
"value": "false"
},
"READ_MESSAGE": {
"description": "Make it true if you want bot read your all sms just now.",
"required": true,
"value": "false"
},
"CAPTION": {
"description": "enter your caption if you want to show on menu.",
"required": true,
"value": "POWERED BY SILENTLOVER432"
},
"STATUS_REPLY": {
"description": "enter your caption if you want to show on status reply.",
"required": false,
"value": "➺үσυя sтαтυs sεεη נυsт ησω вү sιℓεηт-sσвx-м∂"
},
"AUTO_REPLY_STATUS": {
"description": "you can true or false it.",
"required": true,
"value": "true"
},
"ALWAYS_ONLINE": {
"description": "make it true if you want to show always online.",
"required": true,
"value": "true"
},
"FAKE_TYPING": {
"description": "make it true if you want to show fake typing.",
"required": true,
"value": "true"
},
"CURRENT_STATUS": {
"description": "make it true if you to show your reail last seen.",
"required": true,
"value": "false"
},
"READ_CMD": {
"description": "make it true if you want bot auto read commands",
"required": true,
"value": "true"
},
},
"STATUS_REACT": {
"description": "make it true if you want to show on status react.",
"required": true,
"value": "true"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}