We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841a01b commit 5fa2ed4Copy full SHA for 5fa2ed4
bot.php
@@ -19,7 +19,7 @@
19
sendMessage($match[1],$text,null,json_encode(['inline_keyboard'=>[
20
[['text'=>"پاسخ",'callback_data'=>"sendMessageToAdmin"]]
21
]]));
22
- setUser('step',null);
+ setUser('step',"none");
23
}
24
elseif(preg_match('/^وضعیت ربات:/',$text)){
25
$botState = $botState=="false"?"true":"false";
0 commit comments