From 660345fc1b7fa9fe91c701b5709cd8012f1a20c0 Mon Sep 17 00:00:00 2001 From: Baljb8282 Date: Mon, 30 Sep 2024 19:06:30 +0700 Subject: [PATCH] Update config.js SV BALL JB --- setting/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setting/config.js b/setting/config.js index 7710d6b7..a6c175fc 100644 --- a/setting/config.js +++ b/setting/config.js @@ -1,8 +1,8 @@ const fs = require("fs"); const chalk = require("chalk"); -global.owner = ["6285742632270"]; -global.author = "RezaDevv"; +global.owner = ["6281999330748"]; +global.author = "baljb"; global.packname = "Push-Kontak"; global.sessionName = "Bot-Session"; global.versionbot = "1.2.0"; @@ -23,4 +23,4 @@ fs.watchFile(file, () => { console.log(chalk.redBright(`Update ${__filename}`)); delete require.cache[file]; require(file); -}); \ No newline at end of file +});