feat: add slime chunk helper command

This commit is contained in:
2024-10-07 17:01:04 +08:00
parent b7f82446f9
commit 91906d9711
4 files changed
+130 -3

No files matched your search

+1 -1
View File
@@ -119,5 +119,5 @@ val commands = listOf(
ReactionCommand(), MCSkinCommand(),
GithubLatestCommitCommand(), RandomMusicCommand(),
ZDJDCommand(), ScanQRCodeCommand(),
TTSCommand()
TTSCommand(), SlimeChunkHelperCommand()
)