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 || "xb1gBSpb#zU9gKQgpc1PCHF7HkwYusd7DLyk0Zo7Jq3qKTA5o01s",
// add your Session Id
AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN || "true",
// make true or false status auto seen
Expand All @@ -27,9 +27,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 || "923003588997",
OWNER_NUMBER: process.env.OWNER_NUMBER || "27799472708",
// add your bot owner number
OWNER_NAME: process.env.OWNER_NAME || "ALI",
OWNER_NAME: process.env.OWNER_NAME || "LEO EKSE",
// add bot owner name
ALWAYS_ONLINE: process.env.ALWAYS_ONLINE || "false",
// maks true for always online
Expand Down