From e885499316c366629e72140291a64d50e6c9a865 Mon Sep 17 00:00:00 2001 From: Cndymlda <138978783+Cndymlda@users.noreply.github.com> Date: Sun, 9 Jul 2023 06:41:34 +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 3ea94820..65759bcc 100644 --- a/setting/config.js +++ b/setting/config.js @@ -2,7 +2,7 @@ const fs = require("fs"); const chalk = require("chalk"); global.owner = ["6285742632270"]; -global.author = "RezaDevv"; +global.author = "CindyBot"; 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 +});