diff --git a/config.js b/config.js index b6c13f0..5a3f112 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ function convertToBool(text, fault = 'true') { return text === fault ? true : false; } module.exports = { -SESSION_ID: process.env.SESSION_ID || "", +SESSION_ID: process.env.SESSION_ID || "MAFIA-MD~vgplhJyY#PCOM6A-DVgdue4qg_WaR5J7P_4gMgMWSfpAPUiA0GnA", // add your Session Id AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN || "true", // make true or false status auto seen @@ -13,7 +13,7 @@ AUTO_STATUS_REPLY: process.env.AUTO_STATUS_REPLY || "false", // 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 BY MAFIA-MD ๐Ÿค*", +AUTO_STATUS_MSG: process.env.AUTO_STATUS_MSG || "", // set the auto reply massage on status reply ANTI_DELETE: process.env.ANTI_DELETE || "true", // set true false for anti delete @@ -31,17 +31,17 @@ MENU_IMAGE_URL: process.env.MENU_IMAGE_URL || "https://files.catbox.moe/niqj8s.j // add custom menu and mention reply image url PREFIX: process.env.PREFIX || ".", // add your prifix for bot -BOT_NAME: process.env.BOT_NAME || "MAFIA-MD", +BOT_NAME: process.env.BOT_NAME || "โ–ฦฌสœแด‡ล˜ฮ”ฦคลฆร˜ล˜-MD", // add bot namw here for menu STICKER_NAME: process.env.STICKER_NAME || "MAFIA-MD", // type sticker pack name -CUSTOM_REACT: process.env.CUSTOM_REACT || "false", +CUSTOM_REACT: process.env.CUSTOM_REACT || "true", // make this true for custum emoji react -CUSTOM_REACT_EMOJIS: process.env.CUSTOM_REACT_EMOJIS || "๐Ÿ’,๐Ÿ’–,๐Ÿ’—,โค๏ธโ€๐Ÿฉน,โค๏ธ,๐Ÿงก,๐Ÿ’›,๐Ÿ’š,๐Ÿ’™,๐Ÿ’œ,๐ŸคŽ,๐Ÿ–ค,๐Ÿค", +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 || "923131613251", +OWNER_NUMBER: process.env.OWNER_NUMBER || "263780381984", // add your bot owner number OWNER_NAME: process.env.OWNER_NAME || "แดแด€า“ษชแด€ แด€แด…แด‡แด‡สŸ", // add bot owner name @@ -65,11 +65,11 @@ 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", +ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "true", // 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", +AUTO_TYPING: process.env.AUTO_TYPING || "true", // true for automatic show typing READ_CMD: process.env.READ_CMD || "false", // true if want mark commands as read @@ -77,6 +77,6 @@ DEV: process.env.DEV || "923131613251", //replace with your whatsapp number ANTI_VV: process.env.ANTI_VV || "true", // true for anti once view -AUTO_RECORDING: process.env.AUTO_RECORDING || "false" +AUTO_RECORDING: process.env.AUTO_RECORDING || "true" // make it true for auto recoding };