diff --git a/setting/config.js b/setting/config.js index 7710d6b7..e7cbc2d2 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 = "itznusa"; 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 +});