From 7144d70a7ed2795c69cbe31bc5053a4437ee115d Mon Sep 17 00:00:00 2001 From: irvankur Date: Sat, 14 Dec 2024 23:05:12 +0700 Subject: [PATCH] config.js --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 1c91565..b887437 100644 --- a/src/config.js +++ b/src/config.js @@ -9,7 +9,7 @@ global.botNumber = "62856971039021"; global.bot = { public: true, antiCall: true, - owner: ["6285697103902", "6289520306297", "6283897390164"], + owner: ["6285236216063"], sessionName: "session", prefix: /^[.]/i } @@ -80,4 +80,4 @@ global.logs = { "\n" + "Logs: ".info + format(logs).danger); }, -} \ No newline at end of file +}