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 #7

Open
wants to merge 1 commit 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
27 changes: 13 additions & 14 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
WHATSAPP BOT BY Janith sadanuwan
WHATSAPP - 94767438882
WHATSAPP - 917049294917
SUPPORT GROUP - https://t.me/QueenNilu
YOUTUBE - http://youtube.com/janithsadanuwan
*/
Expand All @@ -14,7 +14,7 @@ function convertToBool(text, fault = 'true') {

// PUT YOUR SESSION ID HERE ##Required

global.SESSION_ID = '' // PUT your session ID BY scan QR
global.SESSION_ID = 'QueenNilu;;;Iz5nzBaY#qRj9YKz9GZn0DYqiQEZR8adj2O30JI8R_m-yHTHPYjQ' // PUT your session ID BY scan QR

// databse URL ##Required
global.POSTGRESQL_URL = ''
Expand All @@ -23,15 +23,15 @@ global.POSTGRESQL_URL = ''

// ⚙️ OWNER SETTINGS ⚙️

global.OWNER_NUMBER = '94767438882'
global.OWNER_NUMBER = '7047294917'

global.OWNER_NAME = 'Janiya_X'
global.OWNER_NAME = '𝑅𝛥𝛭 𝐶𝛨𝛥𝑅𝛥𝛮'

global.TIMEZONE = 'Asia/Colombo'
global.TIMEZONE = 'Asia/Kolkata'

global.INBOX_BLOCK_MESSAGE = '' // Inboc Block Message
global.INBOX_BLOCK_MESSAGE = ' contact the owner (917047294917)' // Inboc Block Message

global.INBOX_BLOCK = 'true' // TO Inbox Block On put true
global.INBOX_BLOCK = 'false' // TO Inbox Block On put true

global.READ_MESSAGE = "true"

Expand All @@ -41,19 +41,18 @@ global.OPENAI_API_KEY = "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"
⚙️ BOT SETTINGS ⚙️
*/

global.BOT_NAME = 'ǫᴜᴇᴇɴ ɴɪʟᴜ'
global.BOT_NAME = 'ֆ ʍʊֆɨƈ քʊʀʊʟɨǟ'

global.BOT_OFFLINE = false // Always Onlne - | false offline -True

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

global.FOOTER = 'Queen Nilu 2023 '
global.STICKER_NAME = '@ramboss672 🤹‍♂️' //sticker

global.FOOTER = '𝐒 𝚳𝐔𝐒𝚰𝐂 𝚸𝐔𝚪𝐔𝐋𝚰𝚫'
global.LANG = 'EN' // Language (EN- TO english , SI- TO sinhala )

global.PREFIX = '.' // Bot Prefix

global.CAPTION = 'ǫᴜᴇᴇɴ ɴɪʟᴜ © 2023' // Caption
global.CAPTION = '𝑅𝛥𝛭 𝐶𝛨𝛥𝑅𝛥𝛮™ ✓' // Caption

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

Expand All @@ -67,7 +66,7 @@ global.ANTI_BAD_ACTION = false

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

global.ANTI_BOTS = true
global.ANTI_BOTS = false

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

Expand All @@ -76,7 +75,7 @@ global.GROUP_LINK = 'https://chat.whatsapp.com/IRdyJY5P4sF5BhtP5PIdHH' // ur gro

/* 18 + Download Settings */

global.SEX_DL = 'false' // 18 + video dl
global.SEX_DL = 'true' // 18 + video dl

/* AUTO REPLY SETTINGS */

Expand Down