diff --git a/data/Wasif A b/data/Wasif A new file mode 100644 index 00000000..21b12b7a --- /dev/null +++ b/data/Wasif A @@ -0,0 +1,74 @@ +const fs = require('fs'); +if (fs.existsSync('config.env')) require('dotenv').config({ path: './config.env' }); + +function convertToBool(text, fault = 'true') { + return text === fault ? true : false; +} +module.exports = { +SESSION_ID: process.env.SESSION_ID |โœ  IF YOU DON'T HAVE YOUR SESSION_ID SO U CAN GET IT CLICK ON SESSION_ID BUTTON AND PASTE YOUR NUMBER With COUNTRY CODE EXAMPLE:+923084255214 THEN YOU CAN GET YOUR SESSION_ID โœ | "", +// add your Session Id +AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN || "true", +// make true or false status auto seen +AUTO_STATUS_REPLY: process.env.AUTO_STATUS_REPLY || "true", +// make true if you want auto reply on status +AUTO_STATUS_REACT: process.env.AUTO_STATUS_REACT || "true", +// make true if you want auto reply on status +AUTO_STATUS_MSG: process.env.AUTO_STATUS_MSG || "*SEEN YOUR STATUS JUST NOW ALI-MD ๐Ÿ‘ป*", +// set the auto reply massage on status reply +PREFIX: process.env.PREFIX || ".", +// add your prifix for bot +BOT_NAME: process.env.BOT_NAME || "ALI-MD", +// add bot namw here for menu +STICKER_NAME: process.env.STICKER_NAME || "ALI-MD", +// type sticker pack name +CUSTOM_REACT: process.env.CUSTOM_REACT || "false", +// make this true for custum emoji react +CUSTOM_REACT_EMOJIS: process.env.CUSTOM_REACT_EMOJIS || "๐Ÿ’,๐Ÿ’–,๐Ÿ’—,โค๏ธโ€๐Ÿฉน,โค๏ธ,๐Ÿงก,๐Ÿ’›,๐Ÿ’š,๐Ÿ’™,๐Ÿ’œ,๐ŸคŽ,๐Ÿ–ค,๐Ÿค", +// chose custom react emojis by yourself +DELETE_LINKS: process.env.DELETE_LINKS || "false", +// automatic delete links witho remove member +OWNER_NUMBER: process.env.OWNER_NUMBER || "923574XXXX", +// add your bot owner number +OWNER_NAME: process.env.OWNER_NAME || "ALI", +// add bot owner name +ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "false", +// maks true for always online +DESCRIPTION: process.env.DESCRIPTION || "*ยฉ แด˜แดแดกแด‡ส€แด‡แด… ส™ส ALI*", +// add bot owner name +ALIVE_IMG: process.env.ALIVE_IMG || "https://cdn.ironman.my.id/i/2du3i5.jpg", +// add img for alive msg +LIVE_MSG: process.env.LIVE_MSG || "> HEY ๐Ÿ‘‹ IM ALIVE NOW*โšก", +// add alive msg here +READ_MESSAGE: process.env.READ_MESSAGE || "false", +// Turn true or false for automatic read msgs +AUTO_REACT: process.env.AUTO_REACT || "false", +// make this true or false for auto react on all msgs +ANTI_BAD_WORD: process.env.ANTI_BAD_WORD || "true", +// false or true for anti bad words +MODE: process.env.MODE || "public", +// make bot public-private-inbox-group +ANTI_LINK: process.env.ANTI_LINK || "true", +// make anti link true,false for groups +AUTO_VOICE: process.env.AUTO_VOICE || "false", +// make true for send automatic voices +AUTO_STICKER: process.env.AUTO_STICKER || "false", +// make true for automatic stickers +AUTO_REPLY: process.env.AUTO_REPLY || "false", +// make true or false automatic text reply +ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "false", +// maks true for always online +PUBLIC_MODE: process.env.PUBLIC_MODE || "true", +// make false if want private mod +AUTO_TYPING: process.env.AUTO_TYPING || "false", +// true for automatic show typing +READ_CMD: process.env.READ_CMD || "false", +// true if want mark commands as read +DEV: process.env.DEV || "923003588997", +//replace with your whatsapp number +ANTI_VV: process.env.ANTI_VV || "true", +// true for anti once view +ANTI_DEL_PATH: process.env.ANTI_DEL_PATH || "log", +// change it to 'same' if you want to resend deleted message in same chat +AUTO_RECORDING: process.env.AUTO_RECORDING || "false" +// make it true for auto recoding +}