-
-
Notifications
You must be signed in to change notification settings - Fork 154
/
app.json
241 lines (237 loc) · 9.54 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
{
"name": "PIKACHU",
"description": "Pikachu is the Modified Version of WhatsAsena, Made By @Ameer Suhail with Baileys.",
"logo": "https://i.imgur.com/SoIxkUE.jpeg",
"keywords": ["whatsapp", "userbot", "pikachu", "WhatsAsena", "pikachu", "bot", "ai"],
"repository": "https://github.com/ameer-kallumthodi/pikachu",
"website": "https://github.com/ameer-kallumthodi/pikachu",
"success_url": "https://github.com/ameer-kallumthodi/pikachu",
"stack": "container",
"env": {
"PIKACHU_SESSION": {
"description": "Type here yours Pikachu Session.",
"required": true
},
"SUDO": {
"description": "Leave blank if you don't know how to use it! Sudo mode; Your number must be an international number. So you should have your number after the country code. Example: 91xxxxxxxxx,0",
"required": false
},
"NUMBER": {
"description": " If you want to add owner number to your git contact, enter the number here, and be careful not to use + and space when entering the number. Example: 91xxxxxxxxx",
"required": false
},
"LANGUAGE": {
"description": "Rudhra bot language. Malayalam => ml, English => en",
"required": true,
"value": "en"
},
"BGM_FILTER": {
"description": "If you likes bgm you can write 'true'. Otherwise false",
"required": false,
"value": "true"
},
"AUTO_STICKER": {
"description": "If you likes bgm you can write 'true'. Otherwise false",
"required": false,
"value": "true"
},
"WELCOME": {
"description": "You can select welcome as gif/pp",
"required": false,
"value": "pp"
},
"WEL_GIF": {
"description": "Fill here any gif link if you selected gif as WEELCOME",
"required": false,
"value": "false"
},
"BYE_GIF": {
"description": "Fill here any gif link if you selected gif as WEELCOME",
"required": false,
"value": "false"
},
"ANTİ_LİNK": {
"description": "Link Blocking System.",
"required": true,
"value": "false"
},
"AUTO_BİO": {
"description": " Set true for auto date, time in biography.",
"required": true,
"value": "false"
},
"PM_BLOCK": {
"description": "Link Blocking System.",
"required": true,
"value": "false"
},
"HANDLERS": {
"description": "For commands.",
"required": true,
"value": "^[.!;]"
},
"FULL_EVA": {
"description": "Turn your account into a chatbot!",
"required": true,
"value": "false"
},
"PIKACHU_AI": {
"description": "turn on chat back auto reply Pikachu (use true to on and fale to off)",
"required": true,
"value": "false"
},
"NO_LOG": {
"description": " Set true if you don't want to see error log.",
"required": true,
"value": "false"
},
"SEND_READ": {
"description": "Write true if you want to throw seen.",
"required": true,
"value": "true"
},
"ALL_CAPTION": {
"description": "Caption for images and videos generated by rudhra bot",
"required": false,
"value": "ᴍᴀᴅᴇ ʙʏ ᴀᴍᴇᴇʀ ꜱᴜʜᴀɪʟ"
},
"HEROKU": {
"description": "If it is running in Heroku, type true.",
"required": true,
"value": "true"
},
"HEROKU_API_KEY": {
"description": "Heroku API Key.",
"required": true
},
"MUTE_MESSAGE": {
"description": "Customizable Mute Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"TAG_HEADER": {
"description": "Heading when taging all",
"required": false,
"value": "Ҥλł λŁŁ"
},
"BLOCK_CHAT": {
"description": "Choose in which chat the bot won't work there. Ex: 905xxxx && 905xxxx-1xxx or 905xxxx,905xxx...",
"required": false,
"value": "false"
},
"UNMUTE_MESSAGE": {
"description": "Customizable Unmute Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"BLOCK_MESSAGE": {
"description": "Customizable Block Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"UNBLOCK_MESSAGE": {
"description": "Customizable Unblock Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"BOT_NAME": {
"description": "heading for .list command reply",
"required": false,
"value": " ⚡℘їкѦ¢ℌʊ⚡ \n\n *ωнαтsαρρ вσт™* \n"
},
"WORK_TYPE": {
"description": "Pikachu Working Type. If you use “public”, everyone can use the bot. Pikachu if you use “private”, only you can use your bot.",
"required": true,
"value": "public"
},
"HEROKU_APP_NAME": {
"description": "Heroku APP Name.",
"required": true
},
"DEBUG": {
"description": "Debugging",
"required": true,
"value": "false"
},
"REMOVE_BG_API_KEY": {
"description": "https://remove.bg code👉 kEdSuSh5PYYaTHMachqNUxZh 👈this code for u copy and paste and enjoy",
"required": false
},
"ALIVE_MESSAGE": {
"description": "Customizable Alive Message! Use => default, to change back.",
"required": false,
"value": "〄 ʜᴇʏ ᴜѕᴇʀ ___________ 〄 \n│〄 ʙᴏᴛ ɴᴀᴍᴇ : ᴩɪᴋᴀᴄʜᴜ \n│〄 ᴅᴇᴠᴇʟᴏᴘᴇʀ : ©ᴀᴍᴇᴇʀ ꜱᴜʜᴀɪʟ\n│〄 ᴠᴇʀѕɪᴏɴ : 𝟹.𝟶.𝟶\n│〄 ʟᴀɴɢᴜᴀɢᴇ : ᴇɴɢʟɪѕʜ \n│〄 ᴡᴏʀᴋ ᴛʏᴘᴇ : ᴘᴜʙʟɪᴄ\n│〄 ᴀɪ ʙᴏᴛ : @ᴡʜᴛsᴀᴘᴘ\n│ \n│ \n│ \n│ \n│ ᴄʀᴇᴀᴛᴇᴅ ʙʏ : ᴀᴍᴇᴇʀ ꜱᴜʜᴀɪʟ \n╰───────────────────\n╭───────────────────\n│Hey 💬 help message type \n│.menu .help .list 💬\n│👾──────👾──────👾\n╰───────────────────"
},
"ALIVEBUTTON": {
"description": "Set the alive message two name",
"required": true,
"value": "ʜᴇʟʟᴏ ʙʀᴏ"
},
"ALIVE_BUTTON": {
"description": "Set the Alive message first name",
"required": true,
"value": "ʜɪ ᴅᴜᴅᴇ"
},
"LG_LOGO": {
"description": "LOGO list message image link(https://telegra.ph/)link.",
"required": true,
"value": "https://telegra.ph/file/1bea9f85b6ada60bea65c.jpg"
},
"LOGO_NAME": {
"description": "Set the logo list name",
"required": true,
"value": "⚡℘їкѦ¢ℌʊ⚡"
},
"BAN_MESSAGE": {
"description": "Customizable Ban Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"SONGD": {
"description": "Customizable song DOWNLOADING message instead of 'Dowloading your song'",
"required": true,
"value": "✮⃝🎸ρ𝓲𝘬ꪖᥴꫝꪊ ᦔꪮ᭙ꪀꪶꪮꪖᦔ𝓲ꪀᧁ ꪗꪮꪊ𝘳 𝘴ꪮꪀᧁ✮⃝🎧"
},
"SONGU": {
"description": "Customizable song UPLOADING message instead of 'Uploading your song'",
"required": true,
"value": "✮⃝🎸ρ𝓲𝘬ꪖᥴꫝꪊ ꪊρꪶꪮꪖᦔ𝓲ꪀᧁ ꪗꪮꪊ𝘳 𝘴ꪮꪀᧁ ✮⃝🎧"
},
"ADD_MESSAGE": {
"description": "Customizable Add Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"KICKME_MESSAGE": {
"description": "Customizable Kickme Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"PROMOTE_MESSAGE": {
"description": "Customizable Promote Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"DEMOTE_MESSAGE": {
"description": "Customizable Demote Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"AFK_MESSAGE": {
"description": "Customizable AFK Message! Use => default, to change back.",
"required": false,
"value": "default"
},
"NO_ONLINE": {
"description": "Çevrimiçi görünmek istemiyorsanız true yazın. Type true if you don't want to appear online.",
"required": false,
"value": "true"
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
}]
}