From 62a096ea4e839c1e5df664411ae253a5572c3442 Mon Sep 17 00:00:00 2001 From: Arcadia404 <37482800+Arcadia404@users.noreply.github.com> Date: Sat, 26 Oct 2019 19:19:23 +0700 Subject: [PATCH] Update run.php --- run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.php b/run.php index d3b340b..bf853db 100644 --- a/run.php +++ b/run.php @@ -7,7 +7,7 @@ function cek($url){ sleep(1); $cek = file_get_contents($URL_API."?url=$url"); if(preg_match("/yes/", $cek)){ - $text = "Silahkan Dibuy Lurrr!!! || ".$url; + $text = "Silahkan Dibeli Slurrr!!! || ".$url; $res = file_get_contents("https://api.telegram.org/bot$BOT_TOKEN/sendMessage?chat_id=$CHAT_ID&text=$text"); return "$url || Available || "; }else{