feat: upgrade music command and add get song play url command

This commit is contained in:
2024-09-16 23:52:40 +08:00
parent f6790b1ceb
commit dda1ec2028
3 files changed
+79 -6

No files matched your search

@@ -14,6 +14,7 @@ import cn.rtast.fancybot.commands.lookup.GPTCommand
import cn.rtast.fancybot.commands.lookup.GithubUserCommand
import cn.rtast.fancybot.commands.lookup.MCPingCommand
import cn.rtast.fancybot.commands.lookup.MusicCommand
import cn.rtast.fancybot.commands.lookup.MusicPlayUrlCommand
import cn.rtast.fancybot.commands.lookup.NslookupCommand
import cn.rtast.fancybot.commands.lookup.PixivCommand
import cn.rtast.fancybot.commands.lookup.QRCodeCommand
@@ -149,7 +150,8 @@ val commands = listOf(
NiuziSignCommand(), MyNiuziCommand(),
JiJianCommand(), LikeMeCommand(),
CompilerCommand(), GPTCommand(),
GithubUserCommand(), AboutCommand()
GithubUserCommand(), AboutCommand(),
MusicPlayUrlCommand()
)
suspend fun main() {