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
16 changes: 8 additions & 8 deletions Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ const fs = require('fs')
const chalk = require('chalk')

//contact details
global.ownernumber = ['919931122319']
global.ownername = "💙𓆩‎✘AʏᴜSʜ✘𓆪_✰"//owner name
global.ytname = "YT: AyushBotz.inc"
global.socialm = "GitHub: Ayushpandey023"
global.ownernumber = ['918943076174']
global.ownername = "𝐗𝟒𝄞⃝ ❤️𝐍𝐀𝐍𝐁𝐀𝐍𝄞⃝ ♛"//owner name
global.ytname = "YT: X4_ESPORTS.inc"
global.socialm = "GitHub: 12gkab"
global.location = "Indian"

global.botname = '𝐌𝐀𝐑𝐈𝐀-𝐌𝐃' //name of the bot
global.botname = '𝐗𝟒𝄞⃝ ❤️𝐍𝐀𝐍𝐁𝐀𝐍𝄞⃝ ♛' //name of the bot

//sticker details
global.stickername = '💙𓆩‎✘AʏᴜSʜ✘𓆪_✰'
global.stickername = '𝐗𝟒𝄞⃝ ❤️𝐍𝐀𝐍𝐁𝐀𝐍𝄞⃝ ♛'
global.packname = 'Sticker By'
global.author = 'Maria Bot'
global.author = '𝐗𝟒𝄞⃝ ❤️𝐍𝐀𝐍𝐁𝐀𝐍𝄞⃝ ♛'
//console view/theme
global.themeemoji = '🧩'
global.wm = "Ayush botz inc."

//theme link
global.link = 'https://whatsapp.com/channel/0029VaImo5ZG3R3qjKOdyr1I'
global.link = 'https://chat.whatsapp.com/KWvh8QxKqQZAi3irBs3iUY'

//custom prefix
global.prefa = ['.']
Expand Down