We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: 14 msgBot: 0.7.38a/99
const scriptName = "legacy"; function response(room, msg, sender, isGroupChat, replier, imageDB, packageName) { try { replier.reply(eval(msg)); } catch (e) { replier.reply(e); } }
Messenger Package Name: "com.xfl.msgbot" Room: "room" Sender: "sender"
"com.xfl.msgbot"
"room"
"sender"
replier.reply("room", "msg", false)
false
Api.replyRoom("room", "msg")
true
추가 이슈: replier.reply(String, String)을 사용할 수 없음.
replier.reply(String, String)
The text was updated successfully, but these errors were encountered:
최신 커밋에서 수정되었습니다.
다음 릴리즈때 반영 예정입니다.
Sorry, something went wrong.
No branches or pull requests
환경
Android: 14
msgBot: 0.7.38a/99
테스트를 위한 소스코드
디버깅룸 정보
Messenger Package Name:
"com.xfl.msgbot"
Room:
"room"
Sender:
"sender"
내용
replier.reply("room", "msg", false)
입력 >false
출력Api.replyRoom("room", "msg")
입력 > 정상 작동,true
출력추가 이슈:
replier.reply(String, String)
을 사용할 수 없음.The text was updated successfully, but these errors were encountered: