Aggiornare 'mybot.php'
This commit is contained in:
parent
9980094fdb
commit
a421d978dd
|
@ -70,7 +70,7 @@ Questo bot si può utilizzare in due modi:\n\n<b>· Inline:</b> prova a tagg
|
|||
$telegram->sendMessage($content);
|
||||
}
|
||||
|
||||
if (strpos($text, "cerca") === 0) {
|
||||
if (stripos($text, "cerca") === 0) {
|
||||
$searchquery = substr($text, 6);
|
||||
$url = "https://www.lealternative.net?s=".$searchquery."";
|
||||
$content = array(
|
||||
|
|
Loading…
Reference in New Issue