-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsettings.js
More file actions
37 lines (30 loc) · 1.34 KB
/
Copy pathsettings.js
File metadata and controls
37 lines (30 loc) · 1.34 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
import fs from 'fs';
import { watchFile, unwatchFile } from 'fs'
import { fileURLToPath } from 'url'
global.owner = ['5492916450307', '573019448245']
/* ⚠︎ INFORMATION ⚠︎
Esta key solo está disponible en *cafirexos.com*.
Si intentas usarla en otros hosts, no funcionará.
Para acceder a la API en otro host, debes crear una cuenta en api.stellarwa.xyz y adquirir un plan Premium. */
global.api = {
url: 'https://api.stellarwa.xyz',
key: 'NekoWare@Stellar'
}
global.msgglobal = '✿⸝꙳.˖ Ocurrió un problema, contacte al creador'
global.dev = `ʙᴜɪʟᴛ ʙʏ ɪ'ᴍ ᴅɪᴇɢᴏ ♡`
global.mess = {
socket: '(∩´͈ ᴖ `͈∩ ྀི) Este comando solo puede ser ejecutado por un Socket.',
admin: '٩ʕ◕౪◕ʔو Este comando solo puede ser ejecutado por los Administradores del Grupo.',
botAdmin: '(𓂂꜆◕⩊◕꜀𓂂) Este comando solo puede ser ejecutado si el Socket es Administrador del Grupo.',
nsfw: '(•ૢ⚈͒⌄⚈͒•ૢ) Los comandos de *NSFW* están desactivados en este grupo.',
comandooff: 'ღゝ◡╹ )ノ Estos comandos estan desactivados en este grupo.'
}
global.my = {
ch: "120363420992828502@newsletter", // Oficial
ch2: "120363405689107729@newsletter" // Api
}
let file = fileURLToPath(import.meta.url)
watchFile(file, () => {
unwatchFile(file)
import(`${file}?update=${Date.now()}`)
})