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

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
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ global.DeveloperMode = 'false' //true Or false
global.linkGC = ['https://chat.whatsapp.com/Lb4Emjih98rBiCZiZoS2eM', 'https://chat.whatsapp.com/FrluVyY5kBRIhY6yKfH4DI']
global.Owner = {
// use the phone number with the country code, for example Indonesia '62' America '1' etc
'62857139649630': { // put your number here
name: 'Owner Metro Bot/Creator games-wabot',
'6285728453874': { // put your number here
name: 'Owner RanXyz/Creator games-wabot',
isDev: false, // if true this number will send if bot have bug and developer mode true
isReport: false, // if true this number will send if user use command /report or /join
isCreator: true // if true this number will send if user use command /owner or /creator
Expand All @@ -13,8 +13,8 @@ global.Owner = {
isReport: true, // if true this number will send if user use command /report or /join
isCreator: false // if true this number will send if user use command /owner or /creator
},
'6282256115584': { // put your number here
name: 'Dave',
'6285728453874': { // put your number here
name: 'Imran',
isDev: false, // if true this number will send if bot have bug and developer mode true
isReport: true, // if true this number will send if user use command /report or /join
isCreator: false // if true this number will send if user use command /owner or /creator
Expand Down