From 9cdd672682d960033b9a7728372e474e4f4ebaa2 Mon Sep 17 00:00:00 2001 From: abdullayev3939 Date: Sun, 12 May 2024 22:23:08 +0400 Subject: [PATCH] Update switchblade.php --- switchblade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/switchblade.php b/switchblade.php index c3e251a..9a1fc98 100644 --- a/switchblade.php +++ b/switchblade.php @@ -6,7 +6,7 @@ // Webhook: https://api.telegram.org/bot/setwebhook?url= // BOT API Configuration -$botToken = "TOKEN"; #<------------------- PUT YOUR TOKEN HERE-------------># +$botToken = "7059324517:AAEStgh4NTUMp7nORqMdZmekuL2VEuTo3To"; #<------------------- PUT YOUR TOKEN HERE-------------># $website = "https://api.telegram.org/bot".$botToken; error_reporting(0); $update = file_get_contents('php://input'); @@ -406,4 +406,4 @@ function sendMessage ($chatId, $message){ file_get_contents($url); } -?> \ No newline at end of file +?>