forked from shrujan2004/raganork-md-deploy-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,15 +62,10 @@ | |
"value": "[email protected]" | ||
}, | ||
"HANDLERS": { | ||
"description": "Prefix for commands. (.assist, !assist ,assist)", | ||
"description": "Prefix for commands. You can also use 'false' for no prefix", | ||
"required": true, | ||
"value": "^[,@#!.]" | ||
}, | ||
"CHATBOT": { | ||
"description": "Turn your account into a chatbot!", | ||
"required": true, | ||
"value": "false" | ||
}, | ||
"CALL_BLOCK": { | ||
"description": "Set true if you need to block people who calls you ๐.", | ||
"required": true, | ||
|
@@ -101,12 +96,12 @@ | |
"ALIVE_MESSAGE": { | ||
"description": "Customizable Alive Message! Use => default, to change back.", | ||
"required": false, | ||
"value": "BOT IS CURRENTLY RUNNING WITH NO ERRORS!" | ||
"value": "Alive message here" | ||
}, | ||
"BAN_MESSAGE": { | ||
"description": "Customizable Ban Message! Use => default, to change back.", | ||
"required": false, | ||
"value": "_See you later!_" | ||
"value": " _See you later!_" | ||
}, | ||
"SONGD": { | ||
"description": "Customizable song uploading message!", | ||
|
@@ -131,7 +126,7 @@ | |
"V_HEADER": { | ||
"description": "Shows on top of verified tick. Type any words here.", | ||
"required": true, | ||
"value": "Type antything here" | ||
"value": "Any words here" | ||
}, | ||
"NO_ONLINE": { | ||
"description": "Type true if you don't want to appear online.", | ||
|
@@ -145,28 +140,48 @@ | |
}, | ||
"OWNER_NAME": { | ||
"description": "Owner name used in many commands! Type your name here.", | ||
"required": false, | ||
"value": "๐ข๐๐ป๐ฒ๐ฟ ๐ป๐ฎ๐บ๐ฒ ๐ต๐ฒ๐ฟ๐ฒ" | ||
"required": true, | ||
"value": "Owner name" | ||
}, | ||
"TAG_HEADER": { | ||
"description": "Owner name used in many commands! Type your name here.", | ||
"required": false, | ||
"value": "*Hear me friends!*" | ||
"value": "*Hey*" | ||
}, | ||
"TAG_REPLY": { | ||
"description": "Enter jid of your number so that you get a audio reply when metioned example - [email protected] - for india", | ||
"FIND_KEY": { | ||
"description": "API key for .find command. Get it from https://dashboard.audd.io/", | ||
"required": false, | ||
"value": "" | ||
}, | ||
"TAKE_KEY": { | ||
"description": "API key for .take command. Get it from https://api.imgbb.com/", | ||
"required": false, | ||
"value": "[email protected]" | ||
}, | ||
"ANTI_FAKE": { | ||
"description": "Fake number auto remover (Except Indian numbers)! Give true for activating!", | ||
"required": false, | ||
"value": "true" | ||
"STICKER_DATA": { | ||
"description": "Sticker packname changer. Give any text here", | ||
"required": false, | ||
"value": "Raganork|Souravkl11" | ||
}, | ||
"REMOVE_FILTER": { | ||
"description": "By using these words on .antiword enabled groups, user will be kicked!", | ||
"required": false, | ||
"value": "Fuck,Bitch,Myre" | ||
}, | ||
"AUDIO_DATA": { | ||
"description": "Name and image for audio name changing feature. Give Title;artist;thumbnailurl format", | ||
"required": false, | ||
"value": "Generated using สแดษขแทจแดอฆษดอญแดสแด;sแดแดสแดแด แดสยนยน;https://www.linkpicture.com/q/rgnk.jpg" | ||
}, | ||
"GROUP_LINK": { | ||
"description": "Official group link of your bot.", | ||
"required": true, | ||
"value": "https://chat.whatsapp.com/Dt3C4wrQmt0GG6io1IBIHb" | ||
}, | ||
"BOT_NAME": { | ||
"description": "Your bot's name. This is very important!", | ||
"required": false, | ||
"value": "๐๐๐ฃ ๐๐๐๐ ๐๐๐ก๐" | ||
"required": true, | ||
"value": "Bot name" | ||
|
||
} | ||
}, | ||
|