Encrypto-27-AI-BOT / config.js
Diego Allies
Changed number
846732a unverified
raw
history blame
3.02 kB
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 = {
// 067 - 929 - 1800
// SESSION_ID: process.env.SESSION_ID || "SUBZERO-MD~7yogBJBR#-QICd24CH7t6MC9AJ1Jpmog99gw404C2NfapqOgFTcg",
// 073 - 278 - 8702
SESSION_ID: process.env.SESSION_ID || "SUBZERO-MD~SuwVSCKb#op2nMea77PkvCocsXk6HoDsl0X3qnhniLNX253pR4b4",
PREFIX: process.env.PREFIX || ".",
// Enter Your Desired Prefix
BOT_NAME: process.env.BOT_NAME || "γ€Ž β˜†ΰΌΊβ‚¬ΥΌΙ•ΙΎαƒ§ΟΕ§Οƒ27ΰΌ»β˜† 』",
// Enter Your Bot 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 || "27679291800",
// Set Owner Name
OWNER_NAME: process.env.OWNER_NAME || "π™³πš„π™³π™°πš‚",
// Set Footer
DESCRIPTION: process.env.DESCRIPTION || "*Β© Gᴇɴᴇʀᴀᴛᴇᴅ ʙʏ Encrypto-27*",
// add bot owner name
ALIVE_IMG: process.env.ALIVE_IMG || "https://i.ibb.co/HncWPqd/IMG-20250113-WA0336.jpg",
// add img for alive msg
LIVE_MSG: process.env.LIVE_MSG || "> [🎐] ENCRYPTO-27-AI Ιͺs ᴏɴʟΙͺɴᴇ*⚑",
// 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: process.env.ANTI_BAD || "false",
// false or true for anti bad words
AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN || "true",
// make true or false status auto seen
AUTO_STATUS_REPLY: process.env.AUTO_STATUS_REPLY || "false",
// make true if you want auto reply on status
AUTO_STATUS_MSG: process.env.AUTO_STATUS_MSG || "*[❄️] Hi there, ENCRYPTO-27-AI viewed your Status🎐*",
// set the auto reply massage on status reply
MODE: process.env.MODE || "public",
// make bot public-private-inbox-group
ANTI_LINK: process.env.ANTI_LINK || "false",
// make anti link true,false for groups
AUTO_VOICE: process.env.AUTO_VOICE || "true",
// make true for send automatic voices
AUTO_STICKER: process.env.AUTO_STICKER || "true",
// make true for automatic stickers
AUTO_REPLY: process.env.AUTO_REPLY || "true",
// make true or false automatic text reply
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 || "true",
// true for automatic show typing
READ_CMD: process.env.READ_CMD || "true",
// true if want mark commands as read
AUTO_RECORDING: process.env.AUTO_RECORDING || "false"
// make it true for auto recoding
};