feat: add zdjd command

This commit is contained in:
2024-10-05 19:40:44 +08:00
parent 98a6ebb3d4
commit 88a513864a
3 files changed
+92 -3

No files matched your search

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