-
Notifications
You must be signed in to change notification settings - Fork 1
/
delirius.js
34 lines (30 loc) · 976 Bytes
/
delirius.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
const fs = require('fs')
const chalk = require('chalk')
global.owner = JSON.parse(fs.readFileSync('./database/owner.json'))
global.moderadores = JSON.parse(fs.readFileSync('./database/moderador.json'))
global.friends = JSON.parse(fs.readFileSync('./database/friends.json'))
global.premium = ['59895555500']
global.botname = 'ᴅᴇʟɪʀɪᴜꜱ 🌵'
global.prefa = ['', '!', '.', '/', '#', '@', '|', '=']
global.sp = '⭔'
global.APIs = {
delirius: 'https://delirius-api.vercel.app/',
}
let apirnobg = [
'q61faXzzR5zNU6cvcrwtUkRU',
'S258diZhcuFJooAtHTaPEn4T',
'5LjfCVAp4vVNYiTjq9mXJWHF',
'aT7ibfUsGSwFyjaPZ9eoJc61',
'BY63t7Vx2tS68YZFY6AJ4HHF',
'5Gdq1sSWSeyZzPMHqz7ENfi8',
'86h6d6u4AXrst4BVMD9dzdGZ',
'xp8pSDavAgfE5XScqXo9UKHF',
'dWbCoCb3TacCP93imNEcPxcL'
]
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})