Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions worker.js
Original file line number Diff line number Diff line change
@@ -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 ---------- //
Expand Down