From 2d2b0f275398df33198b351ee291939ce721cb09 Mon Sep 17 00:00:00 2001 From: SamuelFachero2 <103537683+SamuelFachero2@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:45:57 -0500 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..2aaa0e0 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 = "TOKEN"; #<------------------- 5515543139:AAHnWDKJ-MbpnFtz1rxfSuDgX9C7_H-nKcQ-------------># $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 +?>