forked from RaySenpai69/Asta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.js
73 lines (69 loc) · 3.21 KB
/
settings.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
//════════════(00)═══════════════════════════════════════//
//
// K.PRABHASHA
//𝙰𝙳𝙾𝙿𝚃𝙴𝙳 𝙵𝚁𝙾𝙼 𝚂𝙲𝚁𝙸𝙿𝚃 𝙾𝙵 𝙲𝙷𝙴𝙴𝙼𝚂𝙱𝙾𝚃 𝚅2 𝙱𝚈 𝙳𝙶𝚇𝚎𝚘𝚗
//
//════════════(00)════════════════//
const fs = require('fs')
const chalk = require('chalk')
//Api Website\\
global.APIs = {
zenz: 'https://zenzapis.xyz',
}
//Api Key\\
global.APIKeys = {
'https://zenzapis.xyz': 'sanzychan01', //credit goes to sanzy yt, if api key expire, buy it and put it here?\\
}
//customize settings\\
global.owner = ['380944814219'] //DO NOT CHANGE!
global.premium = ['380944814219'] //DO NOT CHANGE!
global.ownernomer = '380944814219' //DO NOT CHANGE!
global.ownername = '𝙳𝙸𝙽𝙴𝚃𝙷 𝙸𝙽𝙳𝚄𝚂𝙰𝚁𝙰' //DO NOT CHANGE!
global.botname = ' ✮Red-Dragon✮' //YOU CAN CHANGE<<<
global.footer = '©_Kumuthu.'
global.ig = 'https://github.com/nexusNw'
global.region = 'India, South India, Kerala'
global.sc = 'https://sites.google.com/view/queenelsabot/home'
global.myweb = 'https://youtube.com/channel/UCqoUjPvDdb0kjXNYdvPPpHQ'
global.packname = ' ✮✮✮𝐐𝐔𝐄𝐄𝐍---𝐄𝐋𝐒𝐀✮✮✮' //YOU CAN CHANGE<<<
global.author = '𝙳𝙸𝙽𝙴𝚃𝙷 𝙸𝙽𝙳𝚄𝚂𝙰𝚁𝙰❯❯'
global.sessionName = 'session'
global.prefa = ['','!','.','😂','❤','💠']
global.sp = '⭔'
global.mess = {
success: 'Done ✅',
admin: 'Only Admins can use it!😉',
botAdmin: 'Bot wants to be an Admin😥',
owner: 'Only Owner can use this!😉',
group: 'Feature Used Only For Groups!',
private: 'This Features Only For Private Chat!',
bot: 'This Feature Is Only For Bot😝',
wait: '👉👈Pleas Wait...',
error: 'Error! Maybe Api Key Is Expired🤔!',
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
}
global.limitawal = {
premium: "Infinity",
free: 12,
monayawal: 1000
}
global.rpg = {
darahawal: 100,
besiawal: 15,
goldawal: 10,
emeraldawal: 5,
umpanawal: 5,
potionawal: 1
}
global.thumb = fs.readFileSync('./GojoMedia/gojo.jpg')
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)
})