feat: add the cat command

This commit is contained in:
2024-10-08 15:08:27 +08:00
parent 97e62d5422
commit e4d6e683d3
5 files changed
+69 -1

No files matched your search

+1 -1
View File
@@ -121,5 +121,5 @@ val commands = listOf(
GithubLatestCommitCommand(), RandomMusicCommand(),
ZDJDCommand(), ScanQRCodeCommand(),
TTSCommand(), SlimeChunkHelperCommand(),
SupportMeCommand()
SupportMeCommand(), TheCatCommand(),
)