From 0bc22f752a858e115e7a4b10a70368ccebf30c9e Mon Sep 17 00:00:00 2001 From: RuuBotz Date: Sun, 23 Feb 2025 04:36:29 +0700 Subject: [PATCH 1/3] setown.js --- setown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setown.js b/setown.js index deffe56..08ff994 100644 --- a/setown.js +++ b/setown.js @@ -1 +1 @@ -global.owner = ['62882008702155']; \ No newline at end of file +global.owner = ['6281275363201']; From da331d148ce365333dbfc722a6811eaf597c53ec Mon Sep 17 00:00:00 2001 From: RuuBotz Date: Sun, 23 Feb 2025 04:44:47 +0700 Subject: [PATCH 2/3] setown.js --- setown.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 setown.js diff --git a/setown.js b/setown.js deleted file mode 100644 index 08ff994..0000000 --- a/setown.js +++ /dev/null @@ -1 +0,0 @@ -global.owner = ['6281275363201']; From 37445a94a449c9260307f91d3cf80aaa6bcdee33 Mon Sep 17 00:00:00 2001 From: RuuBotz Date: Sun, 23 Feb 2025 04:46:45 +0700 Subject: [PATCH 3/3] Update settings.js --- settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.js b/settings.js index af6c85a..62a9b68 100644 --- a/settings.js +++ b/settings.js @@ -8,8 +8,8 @@ const chalk = require('chalk'); //~~~~~~~~~~~~< GLOBAL SETTINGS >~~~~~~~~~~~~\\ //settings owner di ./setown.js global.packname = 'SychBotz' -global.owner = ["62882008702155"] -global.botnum = ["6287862997267"] +global.owner = ["6281275363201"] +global.botnum = ["62895386337435"] global.author = 'ydaa' global.owname = 'mzyda' global.botname = 'SYCHY BOTz' @@ -71,4 +71,4 @@ fs.watchFile(file, () => { console.log(chalk.redBright(`Update ${__filename}`)) delete require.cache[file] require(file) -}); \ No newline at end of file +});