-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
71 lines (60 loc) · 2.59 KB
/
config.js
File metadata and controls
71 lines (60 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
//base by DGXeon (Xeon Bot Inc.)
//re-upload? recode? copy code? give credit ya :)
//YouTube: @DGXeon
//Instagram: unicorn_xeon13
//Telegram: t.me/xeonbotinc
//GitHub: @DGXeon
//WhatsApp: +919366316018
//want more free bot scripts? subscribe to my youtube channel: https://youtube.com/@DGXeon
//contact details
global.ownernomer = "256751722033" //owner number
global.ownername = "Itachi Uchiha" //owner name
global.dev = ["256751722033"]
global.ownername = "Itachi Uchiha"
global.ytname = "YT: Freenethub Tech" //youtube channel name
global.socialm = "GitHub: XPTOOLS" //github username
global.location = "Kampala, Uganda" //location
global.ownernumber = '256751722033' //creator number
global.ownername = 'Itachi Uchiha' //owner name
global.botname = 'WhatsApp Bug' //name of the bot
//sticker details
global.packname = '\n\n\n\n\n\n\nSticker By'
global.author = 'Itachi Uchiha\n\nContact: +256751722033'
//console view/theme
global.themeemoji = '🪀'
global.wm = "Itachi Uchiha Inc."
//theme link
global.link = 'https://whatsapp.com/channel/0029VaG9VfPKWEKk1rxTQD20'
//prefix
global.prefa = ['','!','.',',','🐤','🗿']
global.limitawal = {
premium: "Infinity",
free: 20
}
//menu type
//v1 is image menu,
//v2 is link + image menu,
//v3 is video menu,
//v4 is call end menu
global.typemenu = 'v1'
// Global Respon
global.mess = {
success: 'Done✓',
admin: `\`[ # ]\` This Command Can Only Be Used By Group Admins !`,
botAdmin: `\`[ # ]\` This Command Can Only Be Used When Bot Becomes Group Admin !`,
OnlyOwner: `\`[ # ]\` This Command Can Only Be Used By Premium User ! \n\nWant Premium? Chat Developer.\nYouTube: @FREENETHUBTECH\nTelegram: @Am_ItachiUchiha\nWhatsApp: +256751722033`,
OnlyGrup: `\`[ # ]\` This Command Can Only Be Used In Group Chat !`,
private: `\`[ # ]\` This Command Can Only Be Used In Private Chat !`,
wait: `\`[ # ]\` Wait Wait a minute`,
notregist: `\`[ # ]\` You are not registered in the Bot Database. Please register first.`,
premium: `\`[ # ]\` This Command Can Only Be Used By Premium User ! \n\nWant Premium? Chat Developer.\nYouTube: @FREENETHUBTECH\nTelegram: @Am_ItachiUchiha\nWhatsApp: +256751722033`,
}
global.banner = ["447893985392@s.whatsapp.net","995544996873@s.whatsapp.net","916909137213","919366316018@s.whatsapp.net","919485490229@s.whatsapp.net","919402104403@s.whatsapp.net"]
let fs = require('fs')
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(`Update ${__filename}`)
delete require.cache[file]
require(file)
})