Skip to content
Open
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
6 changes: 3 additions & 3 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 || "Caseyrhodes~e0QB0BYK#lCm9CSGARPZcfRRh6GHHTQRa9OgVcnIl8Sd4Bpab3SQ",
// add your Session Id
AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN || "true",
// make true or false status auto seen
Expand Down Expand Up @@ -43,7 +43,7 @@ CUSTOM_REACT_EMOJIS: process.env.CUSTOM_REACT_EMOJIS || "💝,💖,💗,❤️
// chose custom react emojis by yourself
DELETE_LINKS: process.env.DELETE_LINKS || "true",
// automatic delete links witho remove member
OWNER_NUMBER: process.env.OWNER_NUMBER || "254112192119",
OWNER_NUMBER: process.env.OWNER_NUMBER || "254732849780",
// add your bot owner number
OWNER_NAME: process.env.OWNER_NAME || "CASEYRHODES-TECH",
// add bot owner name
Expand Down Expand Up @@ -75,7 +75,7 @@ AUTO_TYPING: process.env.AUTO_TYPING || "false",
// true for automatic show typing
READ_CMD: process.env.READ_CMD || "false",
// true if want mark commands as read
DEV: process.env.DEV || "254112192119",
DEV: process.env.DEV || "254732849780",
//replace with your whatsapp number
ANTI_VV: process.env.ANTI_VV || "true",
// true for anti once view
Expand Down