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
@@ -35,7 +35,7 @@ class ReverseGIFCommand : BaseCommand() {
|
||||
return gifBytes.encodeToBase64()
|
||||
}
|
||||
|
||||
suspend fun reverse(message: GroupMessage, getMsg: GetMessage.Data) {
|
||||
suspend fun reverse(message: GroupMessage, getMsg: GetMessage.Message) {
|
||||
val imageObject = getMsg.message.find { it.type == ArrayMessageType.image }
|
||||
if (imageObject == null) {
|
||||
message.reply("这个消息中没有图片呢")
|
||||
|
||||
Reference in New Issue
Block a user