forked from sychyy/sychee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.js
More file actions
74 lines (74 loc) · 2.57 KB
/
Copy pathsettings.js
File metadata and controls
74 lines (74 loc) · 2.57 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
72
73
74
const fs = require('fs');
const chalk = require('chalk');
/*
* Create By Sych
* Follow https://github.com/sychdev
* Whatsapp : https://whatsapp.com/channel/0029Vb0v3F71yT264EejzJ3e
*/
//~~~~~~~~~~~~< GLOBAL SETTINGS >~~~~~~~~~~~~\\
//settings owner di ./setown.js
global.packname = 'SychBotz'
global.owner = ["6281275363201"]
global.botnum = ["62895386337435"]
global.author = 'ydaa'
global.owname = 'mzyda'
global.botname = 'SYCHY BOTz'
global.themeemoji = '🪀'
global.f = '> '
global.n = '`'
global.videoMenu = fs.readFileSync('./sychMedia/menu/sych.mp4');
global.listv = ['⛏', '●', '■', '✿', '▲', 'ଳ', 'ϟ', '✶', '➤', '✦', '✧', '△', '❀', '⋆𖦹', '□', '𖤓', 'ᨒ', '◇', '𖣂', '々', '〆', 'ᯓ★', '꩜', '✮']
global.emot = ['🌱', '🌻', '🌞', '❄️', '🌿', '💫', '⭐', '🍃', '🔥', '⚡', '🫧', '🌵', '🪺', '🪨', '🪵', '🌪️', '🍄']
global.tempatDB = 'database.json'
global.pairing_code = true
global.fake = {
tmenu: 'https://i.ibb.co.com/7bVhfhb/3ed349054e5c77cfbebf58293d1e0df0.jpg',
texz: `${botname}`,
anonim: 'https://telegra.ph/file/95670d63378f7f4210f03.png',
thumbnailUrl: 'https://i.ibb.co.com/3rqCPX6/fk.jpg',
thumbnail: fs.readFileSync('./src/media/sych.png'),
docs: fs.readFileSync('./src/media/fake.pdf'),
listfakedocs: ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/pdf'],
}
global.my = {
yt: 'https://www.youtube.com/@sychyy00',
gh: 'https://github.com/sychyy',
gc: 'https://chat.whatsapp.com/GQ5Gp0eSeDS6dPBYeHE6kf',
ch: '120363383347233294@newsletter',
}
global.limit = {
free: 999,
premium: 999,
vip: 'VIP'
}
global.uang = {
free: 100000,
premium: 1000000,
vip: 10000000
}
global.mess = {
key0: 'Apikey mu telah habis silahkan kunjungi\nhttps://my.hitori.pw',
owner: 'lu bkn owner',
admin: 'lu bkn atmin',
botAdmin: 'gw bkn atmin bro',
group: 'cma buat grup aj',
private: 'cm di prvt cht',
prem: 'lu bkn user premium',
wait: 'bentar duluu',
error: 'eror bro!',
done: 'udh lunas yh'
}
global.APIs = {
hitori: 'https://my.hitori.pw/api',
}
global.APIKeys = {
'https://my.hitori.pw/api': 'htrkey-awokawok',
}
//~~~~~~~~~~~~~~~< PROCESS >~~~~~~~~~~~~~~~\\
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
});