From e0174e9d068323de57de8edff2804636557c10e1 Mon Sep 17 00:00:00 2001 From: Shunnavy Date: Wed, 20 Nov 2024 02:29:12 +0100 Subject: [PATCH] Update config.js --- config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 379c8e6a..20642755 100644 --- a/config.js +++ b/config.js @@ -11,14 +11,14 @@ import { en, es, id, ar, pt } from "./lib/idiomas/total-idiomas.js" // [ Agrega el número que será Bot y los que serán propietarios. ] global.owner = [ -["50250101139", 'Wilmer ofc', true], +["573246150760", 'Níðhöggr', true], ["50258115623"], ["51967997782"], ["573504664356"] ] -global.mods = [] -global.prems = [] +global.mods = [573246150760] +global.prems = [573246150760] global.isBaileysFail = false @@ -534,4 +534,4 @@ watchFile(file, () => { unwatchFile(file); console.log(chalk.redBright("Update 'config.js'")); import(`${file}?update=${Date.now()}`); -}) \ No newline at end of file +})