forked from prabhasha2006/Red-Dragon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.js
87 lines (74 loc) Β· 3.5 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
//ββββββββββββ(00)βββββββββββββββββ//
//
// Created By: K.PRABHASHA
//
// github.com/prabhasha2006/Red-Dragon/main/settings.js
//
//ββββββββββββ(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 \\ CHANGE THIS =============================
global.alivemsg = `πMy name is RED DRAGONπ₯
My Creator is Kumuthu Prabhashaπ
π€πΉHow are you?π₯π₯π₯π₯π₯π₯π₯π₯π₯` //Customize Alive Message Footer (type your message in `` )
global.owner = ['380944814219'] //Owner number 1 (type your message in '' )
global.premium = ['380944814219'] //Owner Number 2
global.ownernomer = '380944814219' //Owner Number 3
global.ownername = 'ππ.ππ§πππππ¨ππ' //Owner Name
global.botname = ' β¬REDΰΌDRAGONΰΏ' //Bot Name
global.btn = 'π±YouTubeπ' //Customize A Button Name In Alive Message
global.btnurl = '' //Change Your Button's URL
global.region = 'India, South India, Kerala' //Country Region
global.packname = 'β¬REDΰΌDRAGONΰΏ' //Bot Pacage Name
global.author = 'ππ.ππ§πππππ¨ππβ―β―' //Author Name
global.prefa = ['','!','.','π','β€','π '] //Command Prefix eg:(.alive ,alive πalive)
global.sessionName = 'session' //Session Name!
global.sp = 'β' //A Charactor In Menu!
global.ig = 'https://github.com/prabhasha2006' //Github Account!!
global.footer = 'Β©_Kumuthu.' // DO NOT CHANGE!!!
global.mess = { // Error Mesages
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',
}
// DO NOT CHANGE \\ =/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/
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('./DragonMedia/image/red-_-dragon-kumuthu.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)
})