Skip to content

关于文档相关的内容... #76

Answered by ForteScarlet
mengban1110 asked this question in Q&A
Discussion options

You must be logged in to vote

精力和文笔有限,文档确实不能写的面面俱到而且的确不尽人意。

跟at有关的内容,如果是指at BOT后触发事件,参考 文档@Filter.Targets 中的 atBot 属性

如果是指at某个其他人,需要在事件的 messageContent.messages 中自行寻找获取 At 类型的消息对象,然后获取并判断属性(比如at的目标是否为需要的)然后编写逻辑

MessageBuilder里append消息 如何实现换行等等

换行就是正常的文本换行符 \n ,比如 Text.of("第一行\n第二行")

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@mengban1110
Comment options

@ForteScarlet
Comment options

@ForteScarlet
Comment options

@mengban1110
Comment options

Answer selected by ForteScarlet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
组件:mirai 与mirai组件有关的内容
2 participants