chore: bump rob
This commit is contained in:
2 files changed
+3
-3
No files matched your search
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
kotlinVersion = "2.0.20"
|
||||
ronebotVersion = "2.1.3"
|
||||
ronebotVersion = "2.1.4"
|
||||
shadowVersion = "8.3.0"
|
||||
okhttpVersion = "5.0.0-alpha.14"
|
||||
exposedVersion = "0.53.0"
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user