-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapp.json
159 lines (158 loc) · 5.89 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
{
"name": "Raganork",
"description": "Raganork bot - Extra featured, fully customisable WhatsApp Public/User bot.",
"logo": "https://www.linkpicture.com/q/rgnk.jpg",
"keywords": ["WhatsApp", "Userbot", "Raganork", "WhatsAsena", "bot", "api", "ai"],
"repository": "https://github.com/souravkl11/Raganork",
"website": "https://bit.ly/Raganork",
"success_url": "https://bit.ly/Raganork",
"stack": "container",
"env": {
"RAGANORK_CODE": {
"description": "Raganork code (QR scan cheythappo kittiya code). Type here yours Raganork code.",
"required": true
},
"SUDO": {
"description": "Leave blank if you don't know how to use it!",
"required": false
},
"LANGUAGE": {
"description": "Bot language. English => en, Malayalam => ml, Hindi => HI,",
"required": true,
"value": "en"
},
"BGM_FILTER": {
"description": "If you likes bgm you can write 'true'. Otherwise false",
"required": false,
"value": "true"
},
"ALL_IMG": {
"description": "Give an image link for your bot!",
"required": true,
"value": "https://i.pinimg.com/originals/0e/c8/8c/0ec88ca1469125fc11b4ce76830602f4.jpg"
},
"DIALOGUE": {
"description": "Give an image link for your bot!",
"required": true,
"value": "Killadism never ends! (Change this)"
},
"ALL_CAPTION": {
"description": "Give your caption here. Example: Made by Raganork.",
"required": true,
"value": "*YOUR CAPTION HERE*"
},
"VERIFIED": {
"description": "Jid given above the verified tick. Use 0 for official WhatsApp",
"required": true,
"value": "[email protected]"
},
"HANDLERS": {
"description": "Prefix for commands. (.assist, !assist ,assist)",
"required": true,
"value": "^[,@#!.]"
},
"AI": {
"description": "Turn your account into a chatbot!",
"required": true,
"value": "false"
},
"HEROKU_API_KEY": {
"description": "Heroku API Key. (You can find it in account settings)",
"required": true
},
"BLOCK_CHAT": {
"description": "Choose in which chat the bot won't work there. Ex: 91xxxx && 91xxxx-1xxx or 91xxxxx,91xxxx...",
"required": false,
"value": "919074309534"
},
"WORK_TYPE": {
"description": "Raganork bot Working Type. If you use “public”, everyone can use the bot. Else if you use “private”, only you can use your bot.",
"required": true,
"value": "public"
},
"HEROKU_APP_NAME": {
"description": "Heroku APP Name.",
"required": true
},
"REMOVE_BG_API_KEY": {
"description": "visit https://remove.bg for api key",
"required": false
},
"ALIVE_MESSAGE": {
"description": "Customizable Alive Message! Use => default, to change back.",
"required": false,
"value": "BOT IS CURRENTLY RUNNING WITH NO ERRORS!"
},
"BAN_MESSAGE": {
"description": "Customizable Ban Message! Use => default, to change back.",
"required": false,
"value": "_See you later!_"
},
"SONGD": {
"description": "Customizable song uploading message!",
"required": false,
"value": "_Uploading song.._"
},
"KICKME_MESSAGE": {
"description": "Customizable Kickme Message! Use => default, to change back.",
"required": false,
"value": "_I'm leaving, Bye!_"
},
"SONGD": {
"description": "Customizable song downloading message!",
"required": true,
"value": "_Searching song.._"
},
"ALL_NUMBER": {
"description": "Type your number here",
"required": false,
"value": "wa.me/919074309534"
},
"V_HEADER": {
"description": "Shows on top of verified tick. Type any words here.",
"required": true,
"value": "Type antything here"
},
"NO_ONLINE": {
"description": "Type true if you don't want to appear online.",
"required": false,
"value": "true"
},
"IG": {
"description": "Your instagram link(optional)!",
"required": false,
"value": "https://instagram.com/username"
},
"OWNER_NAME": {
"description": "Owner name used in many commands! Type your name here.",
"required": false,
"value": "𝗢𝘄𝗻𝗲𝗿 𝗻𝗮𝗺𝗲 𝗵𝗲𝗿𝗲"
},
"TAG_HEADER": {
"description": "Owner name used in many commands! Type your name here.",
"required": false,
"value": "*Hear me friends!*"
},
"TAG_REPLY": {
"description": "Enter jid of your number so that you get a audio reply when metioned example - [email protected] - for india",
"required": false,
"value": "[email protected]"
},
"ANTI_FAKE": {
"description": "Fake number auto remover (Except Indian numbers)! Give true for activating!",
"required": false,
"value": "true"
},
"BOT_NAME": {
"description": "Your bot's name. This is very important!",
"required": false,
"value": "𝓑𝓞𝓣 𝓝𝓐𝓜𝓔 𝓗𝓔𝓡𝓔"
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
}]
}