Skip to content
New issue

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

[Legacy API] replier.reply(String, String, Boolean?)가 작동하지 않음 #7

Open
nolbo opened this issue Feb 7, 2025 · 1 comment

Comments

@nolbo
Copy link

nolbo commented Feb 7, 2025

환경

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"

내용

  1. 디버깅룸에 replier.reply("room", "msg", false) 입력 > false 출력
  2. 디버깅룸에 Api.replyRoom("room", "msg") 입력 > 정상 작동, true 출력

추가 이슈: replier.reply(String, String)을 사용할 수 없음.

@naijun0403
Copy link
Member

최신 커밋에서 수정되었습니다.

다음 릴리즈때 반영 예정입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants