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
4 changes: 2 additions & 2 deletions switchblade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Webhook: https://api.telegram.org/bot<token>/setwebhook?url=<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');
Expand Down Expand Up @@ -406,4 +406,4 @@ function sendMessage ($chatId, $message){
file_get_contents($url);
}

?>
?>