mrfrank-ofc commited on
Commit
8e58bf9
·
verified ·
1 Parent(s): 00e7119

Delete app.json

Browse files
Files changed (1) hide show
  1. app.json +0 -182
app.json DELETED
@@ -1,182 +0,0 @@
1
- {
2
- "name": "SUBZERO-MD",
3
- "description": "A rich whatsapp bot by Mr Frank",
4
- "logo": "https://raw.githubusercontent.com/JawadYTX/KHAN-DATA/refs/heads/main/logo/KHAN.png",
5
- "keywords": ["subzero-bot"],
6
- "success_url": "/",
7
-
8
- "stack": "container",
9
- "env": {
10
- "SESSION_ID": {
11
- "description": "Put the session-id here.",
12
- "required": true,
13
- "value": ""
14
- },
15
-
16
- "ALIVE_IMG": {
17
- "description": "paste your image url if you don't have you can use this public url.",
18
- "required": false,
19
- "value": "https://files.catbox.moe/x3bdmi.jpg"
20
- },
21
-
22
- "LIVE_MSG": {
23
- "description": "paste your alive message hear.",
24
- "required": false,
25
- "value": "> [❄️] SubZero MD Is Online ⚡"
26
- },
27
-
28
- "PREFIX": {
29
- "description": "paste your bot prefix note! Don't apply null prefix.",
30
- "required": false,
31
- "value": "."
32
- },
33
-
34
- "MODE": {
35
- "description": "select your bot work type public-private-inbox-group.",
36
- "required": false,
37
- "value": "public"
38
-
39
- },
40
-
41
-
42
- "ALWAYS_ONLINE": {
43
- "description": "Make it true if want always online.",
44
- "required": false,
45
- "value": "false"
46
- },
47
-
48
- "AUTO_VOICE": {
49
- "description": "Make it true if want automatic voice reply .",
50
- "required": false,
51
- "value": "false"
52
- },
53
-
54
- "AUTO_REPLY": {
55
- "description": "Make it true if you want automatic reply.",
56
- "required": false,
57
- "value": "false"
58
- },
59
-
60
- "AUTO_STICKER": {
61
- "description": "Make it true if you want automatic sticker.",
62
- "required": false,
63
- "value": "false"
64
- },
65
-
66
-
67
- "AUTO_STATUS_SEEN": {
68
- "description": "Make it true for automatic status seen.",
69
- "required": true,
70
- "value": "true"
71
- },
72
-
73
- "AUTO_STATUS_REPLY": {
74
- "description": "Make it true for auto reply msg on status seen.",
75
- "required": true,
76
- "value": "true"
77
- },
78
-
79
- "AUTO_STATUS_MSG": {
80
- "description": "Type custom message on status reply",
81
- "required": true,
82
- "value": "*SUBZERO VIEWED YOUR STATUS 🤖*"
83
- },
84
-
85
- "OWNER_NAME": {
86
- "description": "Type Bot Owner Name.",
87
- "required": false,
88
- "value": "ᴍʀ ғʀᴀɴᴋ ᴏғᴄ"
89
- },
90
-
91
- "OWNER_NUMBER": {
92
- "description": "put the owner number for bot.",
93
- "required": false,
94
- "value": "263719647303"
95
-
96
- },
97
-
98
- "BOT_NAME": {
99
- "description": "Type here the bot name.",
100
- "required": false,
101
- "value": "『 sᴜʙᴢᴇʀᴏ - ᴍᴅ 』"
102
-
103
- },
104
-
105
- "ANTI_LINK": {
106
- "description": "Make it true if you want bot auto remove group link.",
107
- "required": true,
108
- "value": "true"
109
-
110
- },
111
-
112
- "ANTI_BAD": {
113
- "description": "Make it true if you want bot auto delete bad words.",
114
- "required": false,
115
- "value": "false"
116
- },
117
-
118
- "DESCRIPTION": {
119
- "description": "add caption for menu and other",
120
- "required": false,
121
- "value": "*© ᴘᴏᴡᴇʀᴇᴅ ʙʏ ᴍʀ ғʀᴀɴᴋ*"
122
- },
123
-
124
- "DELETE_LINKS": {
125
- "description": "remove links from group automatically without removing member",
126
- "required": false,
127
- "value": "true"
128
- },
129
-
130
- "AUTO_RECORDING": {
131
- "description": "Make it true if you want auto recoding.",
132
- "required": false,
133
- "value": "false"
134
- },
135
-
136
- "AUTO_TYPING": {
137
- "description": "Make it true if you want auto typing.",
138
- "required": false,
139
- "value": "false"
140
- },
141
-
142
- "AUTO_REACT": {
143
- "description": "Make it true if you want react on every message.",
144
- "required": false,
145
- "value": "false"
146
- },
147
-
148
- "CUSTOM_REACT": {
149
- "description": "Make it true if you want custom reactions.",
150
- "required": false,
151
- "value": "false"
152
-
153
- },
154
-
155
- "CUSTOM_REACT_EMOJIS": {
156
- "description": "put here custom react react emojis.",
157
- "required": false,
158
- "value": "💝,💖,💗,❤️‍🩹,❤️,🧡,💛,💚,💙,💜,🤎,🖤,🤍"
159
- },
160
-
161
- "READ_CMD": {
162
- "description": "make it true if want mark commands as read.",
163
- "required": false,
164
- "value": "false"
165
- },
166
-
167
- "READ_MESSAGE": {
168
- "description": "Make it true if you want bot read your all sms just now.",
169
- "required": false,
170
- "value": "false"
171
- }
172
-
173
- },
174
-
175
- "buildpacks": [
176
- {
177
- "url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
178
- }
179
- ],
180
- "stack": "heroku-24"
181
- }
182
-