feat: add random song command

This commit is contained in:
2024-10-03 17:15:12 +08:00
parent d7d7e237e6
commit 45fafd4a4d
4 files changed
+56 -1

No files matched your search

+1 -1
View File
@@ -106,5 +106,5 @@ val commands = listOf(
NiuziRankCommand(), NiuziBankRankCommand(),
ShotSelfCommand(), TenSetuCommand(),
ReactionCommand(), MCSkinCommand(),
GithubLatestCommitCommand()
GithubLatestCommitCommand(), RandomMusicCommand()
)