diff --git a/config.js b/config.js index 116e1752..519bdd50 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ 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; + return text === fault ? true : true; } module.exports = { SESSION_ID: process.env.SESSION_ID || "", @@ -21,7 +21,7 @@ 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", +CUSTOM_REACT: process.env.CUSTOM_REACT || "true", // make this true for custum emoji react CUSTOM_REACT_EMOJIS: process.env.CUSTOM_REACT_EMOJIS || "๐Ÿ’,๐Ÿ’–,๐Ÿ’—,โค๏ธโ€๐Ÿฉน,โค๏ธ,๐Ÿงก,๐Ÿ’›,๐Ÿ’š,๐Ÿ’™,๐Ÿ’œ,๐ŸคŽ,๐Ÿ–ค,๐Ÿค", // chose custom react emojis by yourself