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
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 || "Caseyrhodes~UHUSEaZS#EXVa2ChSsXes39ntMEbSEBZO8gQRpeX5P4W9-z-VovY",
// add your Session Id
PREFIX: process.env.PREFIX || ".",
// add your prifix for bot
Expand All @@ -17,9 +17,9 @@ 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 || "254112192119",
OWNER_NUMBER: process.env.OWNER_NUMBER || "254114732858",
// add your bot owner number
OWNER_NAME: process.env.OWNER_NAME || "✦ CASEYRHODES ✦ XMD ✦",
OWNER_NAME: process.env.OWNER_NAME || "✦ silass ✦ XMD ✦",
// add bot owner name
DESCRIPTION: process.env.DESCRIPTION || "*© ✦ CASEYRHODES ✦ XMD ✦*",
// add bot owner name
Expand All @@ -35,7 +35,7 @@ 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 || "true",
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 || "*🎉👀 Seen by CASEYRHODES XMD 🚀🔥*",
// set the auto reply massage on status reply
Expand Down