Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
SESSION_ID=
SESSION_ID=ALI-MD~KNcwjb4L#kmbnQXg7qsFWJS-itvhEOQ-8amuBIdCwMEeD5Qn7ti8
PREFIX=.
OWNER_NUMBER=923003588997
OWNER_NUMBER=37121137833
OWNER_NAME=ALI INXIDE
BOT_NAME=ALI-MD
BOT_NAME=🖤⃝🇷ᴀͮʜͥᴜᷮʟ➢-MD
STICKER_NAME=ALI-MD
ALIVE_IMG=https://cdn.ironman.my.id/i/2du3i5.jpg
AUTO_STATUS_SEEN=false
AUTO_STATUS_REPLY=false
AUTO_STATUS_REACT=false
AUTO_REACT=false
AUTO_REACT=true
AUTO_STICKER=false
AUTO_REPLY=false
AUTO_TYPING=false
AUTO_RECORDING=false
ALWAYS_ONLINE=false
READ_MESSAGE=false
READ_CMD=false
WELCOME=false
WELCOME=true
ADMIN_EVENTS=false
MENTION_REPLY=false
CUSTOM_REACT=false
Expand Down
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || "ALI-MD~KNcwjb4L#kmbnQXg7qsFWJS-itvhEOQ-8amuBIdCwMEeD5Qn7ti8",
//chatbot integration
CHATBOT: process.env.CHATBOT || "on",
// add your Session Id
Expand Down Expand Up @@ -44,9 +44,9 @@ VPS: process.env.VPS || "",
CUSTOM_REACT: process.env.CUSTOM_REACT || "false",
OWNER_REACT: process.env.OWNER_REACT || "false",
// 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
OWNER_NUMBER: process.env.OWNER_NUMBER || "923003588997",
OWNER_NUMBER: process.env.OWNER_NUMBER || "37121137833",
// add your bot owner number
OWNER_NAME: process.env.OWNER_NAME || "ALI INXIDE",
// add bot owner name
Expand All @@ -56,7 +56,7 @@ LIVE_MSG: process.env.LIVE_MSG || "HEY IM ALIVE",
// 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",
AUTO_REACT: process.env.AUTO_REACT || "true",
// make this true or false for auto react on all msgs
ANTI_BAD_WORD: process.env.ANTI_BAD_WORD || "false",
// false or true for anti bad words
Expand Down