feat: add tts command

This commit is contained in:
2024-10-07 16:07:07 +08:00
parent 35fd368cb6
commit 69743ca42b
4 files changed
+73 -2

No files matched your search

+2 -1
View File
@@ -118,5 +118,6 @@ val commands = listOf(
ShotSelfCommand(), TenSetuCommand(),
ReactionCommand(), MCSkinCommand(),
GithubLatestCommitCommand(), RandomMusicCommand(),
ZDJDCommand(), ScanQRCodeCommand()
ZDJDCommand(), ScanQRCodeCommand(),
TTSCommand()
)