From cda2d6f6d66477b89ee8f5c17892dcfbcdb26def Mon Sep 17 00:00:00 2001 From: Dhik4You <139084547+Dhik4You@users.noreply.github.com> Date: Mon, 10 Jul 2023 07:48:27 +0700 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 3ea94820..741124cc 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 = ["6285713815152"]; +global.author = "Dhik4You"; global.packname = "Push-Kontak"; global.sessionName = "Bot-Session"; global.versionbot = "1.0.0"; @@ -21,4 +21,4 @@ fs.watchFile(file, () => { console.log(chalk.redBright(`Update ${__filename}`)); delete require.cache[file]; require(file); -}); \ No newline at end of file +});