forked from FantoX001/Miku-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
115 lines (94 loc) · 3.85 KB
/
config.js
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
const fs = require("fs")
const chalk = require("chalk")
global.available = true
global.autoReadGc = true
global.autoReadAll = false
global.antitags = true
global.Owner = ['918770333268'] // -- Add multiple numbers like ['918101967835','919357940276','917896587453']
global.OwnerNumber = ['91877033268'] // -- Add multiple numbers like ['918101967835','919357940276','917896587453']
global.ownertag = ['918770333268'] // -- Add multiple numbers like ['918101967835','919357940276','917896587453']
global.BotName = "𝐂𝐚𝐬𝐭𝐥𝐞"
global.packname = "𝐂𝐚𝐬𝐭𝐥𝐞 bot"
global.author = "By: Castlevnia 💫"
global.OwnerName = "Castlevnia 💫"
global.BotSourceCode = "https://github.com/FantoX001/Miku-MD" // -- Please don't change -- //
global.SupportGroupLink = "https://chat.whatsapp.com/JcBzjRIxM5UHfuJbt0KrWt" // -- Please don't change -- //
global.sessionName = "session" // -- Don't change otherwise bot will not work -- //
global.prefa = ['-'] // Prefix --- change it to anythong you want except '@' //
global.location = "Indore MP, India"
global.reactmoji = "❤️"
global.themeemoji = "💖"
global.vidmenu = { url: 'https://c.tenor.com/YGuLegQWubwAAAPo/miku-nakano-gotoubun-no-hanayome.mp4' }
global.websitex = "https://github.com/Castlevnia1"
global.lolhuman = "KaysaS"
global.BotLogo = fs.readFileSync("./Assets/pic1.jpg")
global.Thumb = fs.readFileSync("./Assets/pic9.jpg")
global.Thumb1 = fs.readFileSync("./Assets/pic5.jpg")
global.ErrorPic = fs.readFileSync("./Assets/pic7.jpg")
global.ntilinkytvid = []
global.ntilinkytch = []
global.ntilinkig = []
global.ntilinkfb = []
global.ntilinktg = []
global.ntilinktt = []
global.ntilinktwt = []
global.ntilinkall = []
global.nticall = []
global.ntwame = []
global.nttoxic = []
global.ntnsfw = []
global.ntvirtex = []
global.rkyt = []
global.wlcm = []
global.gcrevoke = []
global.autorep = []
global.ntilink = []
global.mess = {
jobdone: 'Job done...',
useradmin: 'Sorry, only *Group Admins* can use this command *Baka*!',
botadmin: 'Sorry, i cant execute this command without being an *Admin* of this group.',
botowner: 'Only my *Owner* can use this command, Baka!',
grouponly: 'This command is only made for *Groups*, Baka!',
privateonly: 'This command is only made for *Private Chat*, Baka!',
botonly: 'Only the *Bot itself* can use this command!',
waiting: 'Chotto Matte...',
nolink: 'Please provide me *link*, Baka!',
error: 'An error occurd!',
banned: 'You are *Banned* fron using commands!',
bangc: 'This Group is *Banned* from using Commands!',
nonsfw: 'Dont be a pervert Baka! This is not a NSFW enabled group!'
}
global.limitawal = {
premium: "Infinity",
free: 2,
monayawal: 1000
}
global.rpg = {
darahawal: 100,
besiawal: 95,
goldawal: 30,
emeraldawal: 8,
umpanawal: 10,
potionawal: 5
}
global.limitawal = {
rakyat: "Infinity",
free: 100
}
global.APIs = {
zenz: 'https://zenzapis.xyz',
}
global.APIKeys = {
'https://zenzapis.xyz': '5d1197db351b',
}
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})