feat: upgrade music command and add get song play url command
This commit is contained in:
3 files changed
+79
-6
No files matched your search
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/9/16
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.music
|
||||
|
||||
data class SongUrl(
|
||||
val data: List<Data>
|
||||
) {
|
||||
data class Data(
|
||||
val url: String
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user