From ddc4aa5aa9c29c2df3e1c666820a8e6f4ad2f509 Mon Sep 17 00:00:00 2001 From: awais6612 Date: Sun, 20 Apr 2025 11:20:34 +0500 Subject: [PATCH] Update config.js I'm Awais --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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