Aggiornare 'mybot.php'

This commit is contained in:
Le Alternative 2021-02-24 22:26:02 +01:00
parent 9980094fdb
commit a421d978dd
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Questo bot si può utilizzare in due modi:\n\n<b>&#183; 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(