From d58e4095c86dc44169993d145eb21df01a7a8961 Mon Sep 17 00:00:00 2001 From: asemele <49261099+asemele@users.noreply.github.com> Date: Sun, 27 Oct 2019 16:04:09 +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..beded0a 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 = "CEPET BELI lURRRR|| ".$url; $res = file_get_contents("https://api.telegram.org/bot$BOT_TOKEN/sendMessage?chat_id=$CHAT_ID&text=$text"); return "$url || Available || "; }else{