mirai-core / net.mamoe.mirai.event / MessageSelectBuilder / startsWithReply

startsWithReply

open fun String.startsWithReply(replier: suspend M.(String) -> Any?): Nothing
Deprecated: Using `reply` DSL in message selection is prohibited

不考虑空格, 消息内容this 开始则执行 replier 并将其返回值回复给发信对象.

Parameters

replier - 若返回 Message 则直接发送; 若返回 Unit 则不回复; 其他类型则 Any.toString 后回复