if(preg_match("/^[\/\#\!]?(wh) (.*)$/i", $text)){
preg_match("/^[\/\#\!]?(wh) (.*)$/i", $text, $m);
$mu = $m[2];
$res =json_decode(file_get_contents("https://api.codebazan.ir/weather/?city=$mu"),true);
$os = $res['result']['استان'];
$ci = $res['result']['شهر'];
$da = $res['result']['دما'];
$so =...