diff --git a/worker.js b/worker.js index aea5215..c512a4b 100644 --- a/worker.js +++ b/worker.js @@ -1,10 +1,10 @@ // ---------- Insert Your Data ---------- // -const BOT_TOKEN = "09814685583:AAH_nJs7-OKiFuHkYedfhrQV5LjkCB5g"; // Insert your bot token. +const BOT_TOKEN = "6357220799:AAF15Y4FJBMtiyl8cTkCSps4kg-XmXJRCng"; // Insert your bot token. const BOT_WEBHOOK = "/endpoint"; // Let it be as it is. const BOT_SECRET = "BOT_SECRET"; // Insert a powerful secret text. -const BOT_OWNER = 0064350805; // Insert your telegram account id. -const BOT_CHANNEL = -10020358474134; // Insert your telegram channel id which the bot is admin in. +const BOT_OWNER = 1242556540; // Insert your telegram account id. +const BOT_CHANNEL = -1002424646818; // Insert your telegram channel id which the bot is admin in. const SIA_NUMBER = 1234; // Insert a random integer number and keep it safe. // ----------Ohh Bhai Do Not Modify ---------- //