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
14 changes: 7 additions & 7 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ import moment from 'moment-timezone'

//BETA: If you want to avoid typing the number that will be the bot in the console, add it here:
//Only applies for option 2 (being a bot with 8-digit text code)
global.botNumber = '' //Example: 255734980103
global.botNumber = '255623366632' //Example: 255734980103

//*─────────────────────────────*

global.owner = [
global.owner = [BadstickerTZ]
// <-- Number @s.whatsapp.net -->
['255734980103', 'LAZACK28', true],
['255613868502', 'LAZACK28', true],
['255623366632', 'BadstickersTZ', true],
['255623366632', 'BadstickersTZ', true],

// <-- Number @lid -->
['', 'lAZACK', true],
['', 'BadstickersTZ', true],
['', '', true],
['', '', true]
];

//*─────────────────────────────*

global.mods = []
global.suittag = ['255734980103']
global.suittag = ['255623366632']
global.prems = []

//*─────────────────────────────*
Expand Down Expand Up @@ -68,7 +68,7 @@ global.community1 = 'https://chat.whatsapp.com/EATTgyi5jx16HgAggPg8yI?mode=r_c'
global.channel = 'https://whatsapp.com/channel/0029ValRlNGCXC3EussN4b2E'
global.channel2 = 'https://whatsapp.com/channel/0029ValRlNGCXC3EussN4b2E'
global.md = 'https://github.com/Lazack28/Lazack-Device'
global.email = 'lazaromtaju12@gmail.com'
global.email = 'badnation252@gmail.com'

//*─────────────────────────────*

Expand Down