-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathsettings.js
More file actions
50 lines (38 loc) ยท 1.39 KB
/
settings.js
File metadata and controls
50 lines (38 loc) ยท 1.39 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
// Created by Ednut
// Thanks bro for using Arch-Md
require("./all/module.js")
global.owner = "923449412639" //change
global.botname = "HURAIRAH" //change
global.ownername = "HURAIRAH" //change
global.simbol = "โ"
global.footer = "`๐ฎ๐๐๐๐ ๐ช๐๐๐ ๐ฎ๐๐๐`" //Don't touch
global.ytchannel = "youtube.com/@Ednuthimself"
global.idchannel = "120363297279563825@newsletter"
global.linkgc = 'https://chat.whatsapp.com/HO2JGN8YHr9IOf4XOSRhGe'
global.packname = "๐จ๐น๐ช๐ฏ ๐ด๐ซ"
global.author = "WhatsApp Bot"
global.anticall = false
global.welcome = false // check config.json
// if you have a image url input//
global.image = "https://tinyurl.com/5f7ajm2e"
global.image2 = 'https://tinyurl.com/5f7ajm2e'
// message settings don't edit might cause malfunction โผ๏ธ//
global.msg = {
"arch": "๐พ๐๐๐ ๐๐๐๐
?๏ธ",
"error": "Error !!",
"done": "Success Getting Data โ
",
"wait": "๐ง Proccess, Please Wait",
"group": "Group onlyโ",
"private": "Feature can only be used in Private Chatโ",
"admin": "what ? are you an administrator !!",
"adminbot": "Bot must be admin firstโ",
"owner": "this a owner cmd onlyโ",
"developer": "command for developerโ"
}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update ${__filename}`))
delete require.cache[file]
require(file)
})