// ORIGINAL CODE CREDIT TO OLAM ADMIN ππ» // Create two separate KVs with the name "RQ" and "Auth_Links" in your Cloudflare Workers dashboard, Steps as follows: // Storage & Databases --> Wokers KV --> + Create Instance // Namespace name: RQ --> Create // Namespace name: Auth_Links --> Create // Bind the KVs to your Worker with the name "RQ" and "LINK_KV", Steps as follows: // Compute (Workers) --> Workers & Pages --> "YOUR_WORKER_NAME" --> Bindings --> Add binding + --> KV Namespace --> Add Binding // Variable name: RQ, KV Namespace: RQ --> Add Binding // Variable name: LINK_KV, KV Namespace: Auth_Links --> Add Binding
// Start the telegram bot - @se1index_bot // Send your worker URL. (https://YOUR_WORKER_NAME.YOUR_SUBDOMAIN.workers.dev) // ENJOY ππ»