chore: bump dep version

This commit is contained in:
2024-08-30 15:05:51 +08:00
parent bf75cfad38
commit 27f691b48a
12 files changed
+58 -35

No files matched your search

@@ -12,7 +12,7 @@ import cn.rtast.rob.util.BaseCommand
import cn.rtast.rob.util.ob.OBMessage
class EchoCommand: BaseCommand() {
override val commandName = "/echo"
override val commandNames = listOf("/echo")
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
listener.sendGroupMessage(message.groupId, args.joinToString(" "))