From 34b67607e723254c15adebc6ba5049ccf2d1df3e Mon Sep 17 00:00:00 2001 From: Diee17 Date: Wed, 12 Jun 2024 01:11:47 +0700 Subject: [PATCH] Update config.js --- setting/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setting/config.js b/setting/config.js index 7710d6b7..dda78169 100644 --- a/setting/config.js +++ b/setting/config.js @@ -1,7 +1,7 @@ const fs = require("fs"); const chalk = require("chalk"); -global.owner = ["6285742632270"]; +global.owner = ["6281936715098"]; global.author = "RezaDevv"; global.packname = "Push-Kontak"; global.sessionName = "Bot-Session"; @@ -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 +});