Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.js #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
18 changes: 9 additions & 9 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function convertToBool(text, fault = 'true') {
/*
TO GET PASSWORD WATCH THIS =>
*/
global.PASSWORD = 'janith' // Put The Password Get From Yt video https://youtube.com/
global.PASSWORD = 'NIROSHANMALINDU' // Put The Password Get From Yt video https://youtube.com/

// PUT YOUR SESSION ID HERE

Expand All @@ -18,9 +18,9 @@ global.SESSION_ID = 'QueenNilu;;;t2gm0B5C#S-7EOye8FcvdSLjFfn04tY2K6Jtk9DUzdfIuhf

// ⚙️ OWNER SETTINGS ⚙️

global.OWNER_NUMBER = '94767438882'
global.OWNER_NUMBER = '94714184446'

global.OWNER_NAME = 'Janiya_X'
global.OWNER_NAME = 'Niroshan-MD'

global.OPENAI_API_KEY = "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"

Expand All @@ -31,25 +31,25 @@ global.OPENAI_API_KEY = "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"

global.BOT_NAME = 'ǫᴜᴇᴇɴ ɴɪʟᴜ'

global.STICKER_NAME = '@Janiya 🤹‍♂️' //sticker
global.STICKER_NAME = 'Niroshan-MD 🤹‍♂️' //sticker

global.LANG = 'EN' // Language (EN- TO english , SI- TO sinhala )

global.PREFIX = '.' // Bot Prefix

global.CAPTION = 'ǫᴜᴇᴇɴ ɴɪʟᴜ © 2023' // Caption
global.CAPTION = 'Niroshan-MD © 2023' // Caption

global.ALIVELOGO = 'https://telegra.ph/file/1e63f0ee90304a12767c7.jpg' // Set Alive Logo link

global.MAX_SIZE = '10000' // Bot Uloading Max size

global.ANTI_BAD = false // Antibad (on = True , Off = False )

global.ONLY_GROUP = 'false' // Only group mode
global.ONLY_GROUP = 'true' // Only group mode

global.INBOX_BLOCK = 'off' // TO Inbox Block On put "on"
global.INBOX_BLOCK = 'on' // TO Inbox Block On put "on"

global.ANTI_LINK = 'false' //Anti Bad (on = True , Off = False )
global.ANTI_LINK = 'true' //Anti Bad (on = True , Off = False )

global.TIMEZONE = 'Asia/Colombo'

Expand All @@ -61,7 +61,7 @@ global.AUTO_REPLY = true

global.ANTI_BAD_ACTION = false

global.GROUP_LINK = 'https://chat.whatsapp.com/'
global.GROUP_LINK = 'https://chat.whatsapp.com/Ji8pYoO2Dhp0qabjRqRt3T'


module.exports = {
Expand Down