fix music command and add dockerfile
This commit is contained in:
7 files changed
+104
-25
No files matched your search
@@ -14,7 +14,7 @@ import cn.rtast.rob.util.ob.OBMessage
|
||||
class EchoCommand: BaseCommand() {
|
||||
override val commandName = "/echo"
|
||||
|
||||
override fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
|
||||
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {
|
||||
listener.sendGroupMessage(message.groupId, args.joinToString(" "))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user