!== false){
//code
}
I just have small problems
I want to show the inline when writing a specific word, and cut this command, and add the next word
Like @userbot go https://www.google.com
I want to cut go word and use the link how i do this?
Are you looking for smth like this? $arr = explode(" ", $text_inline); $command = arr[0]; if($command=="go") { $link = arr[1]; //your code }
Will test thanks
Обсуждают сегодня