From 8c3e79c40afb595c83f3c1acdac8164bcb4469b8 Mon Sep 17 00:00:00 2001 From: Itznusa36 Date: Sun, 13 Oct 2024 07:58:35 +0800 Subject: [PATCH] Update config.js --- setting/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setting/config.js b/setting/config.js index 7710d6b7..b7596985 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 = ["6285751464398"]; +global.author = "nusa"; 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 +});