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

Open
wants to merge 1 commit into
base: master
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
8 changes: 4 additions & 4 deletions Config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// hey there, kindly read this file till the end for better configuration

global.settings = {
OWNER_NUMBERS: "2349067339193", // your number with country code
OWNER_NAME: 'Miracle', // your owner name
OWNER_NUMBERS: "2348034527722", // your number with country code
OWNER_NAME: 'JOSH', // your owner name
BOT_NAME: "KORD", // your preferred bot name
SESSION_ID: 'your_sessionid', // replace your_sessionid with yours and make sure its inside rhe quotes
SESSION_ID: 'kord_ai-K1AAx6a7bfJL', // replace your_sessionid with yours and make sure its inside rhe quotes
INVINCIBLE_MODE: false, // toogle invincible mode
WORK_MODE: "Public",
TIME_ZONE: "Africa/Lagos",
Expand Down Expand Up @@ -38,4 +38,4 @@ global.settings = {
BAD_WORD_FILTER: true,
BAD_WORDS: ['badword1', 'badword2', 'fuck', 'bitch', 'hentai'],
ANTI_DELETE_ENABLED: true,
};
};