chore: bump rob

This commit is contained in:
2024-10-27 11:02:06 +08:00
parent 7e851e831a
commit c3dc3fa4e5
2 files changed
+3 -3

No files matched your search

@@ -201,9 +201,9 @@ class FancyBot : OneBotListener {
if (event.targetId == configManager.selfId) {
val msg = MessageChain.Builder()
.addAt(event.userId)
.addText("${event.action.first()}牛魔呢")
.addText("${event.pokeAction.first()}牛魔呢")
.build()
event.onebotAction.sendGroupMessage(event.groupId!!, msg)
event.action.sendGroupMessage(event.groupId!!, msg)
}
}