求助 LightApp [mirai:app:$content] 无法发送 #47
Unanswered
cuicanontop
asked this question in
Q&A
Replies: 1 comment
-
猫猫码在3.x中已经被弃用, 在 3.x 中如果希望发送 LightApp lightApp = new LightApp(...);
Message.Element<?> message = MiraiMessageParserUtil.asSimbotMessage(lightApp);
event.getGroup().sendBlocking(message); 其次, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
LightApp lightApp = new LightApp("");
final Neko neko = CatCodeMessageUtil.toNeko(lightApp);
final Message.Element<?> message = CatCodeMessageUtil.toMessage(neko);
event.getGroup().sendBlocking(message);
请问是写错了还是卡片被屏蔽了?
Beta Was this translation helpful? Give feedback.
All reactions