Skip to content

Commit

Permalink
config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
irvankur authored Dec 14, 2024
1 parent ae698d4 commit 7144d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global.botNumber = "62856971039021";
global.bot = {
public: true,
antiCall: true,
owner: ["6285697103902", "6289520306297", "6283897390164"],
owner: ["6285236216063"],
sessionName: "session",
prefix: /^[.]/i
}
Expand Down Expand Up @@ -80,4 +80,4 @@ global.logs = {
"\n" + "Logs: ".info + format(logs).danger);
},

}
}

0 comments on commit 7144d70

Please sign in to comment.