fix: fix music command not work and bump ronebot version
This commit is contained in:
20 files changed
+60
-67
No files matched your search
@@ -20,7 +20,7 @@ import cn.rtast.rob.util.ob.asNode
|
||||
import okio.IOException
|
||||
|
||||
object ImageBedCommand {
|
||||
suspend fun execute(getMsg: GetMessage.Data, message: GroupMessage) {
|
||||
suspend fun execute(getMsg: GetMessage.Message, message: GroupMessage) {
|
||||
val imagesUrl = ImageURLCommand.getImageUrl(getMsg)
|
||||
if (imagesUrl.isEmpty()) {
|
||||
message.reply("这个消息里没有图片呢!")
|
||||
|
||||
Reference in New Issue
Block a user