feat: add zibi command

This commit is contained in:
2024-09-18 16:52:28 +08:00
parent 4d22b1ea55
commit d284381554
3 files changed
+37 -3

No files matched your search

@@ -159,7 +159,7 @@ val commands = listOf(
CompilerCommand(), GPTCommand(),
GithubUserCommand(), AboutCommand(),
MusicPlayUrlCommand(), DomainPriceCommand(),
SendMailCommand()
SendMailCommand(), ZiBiCommand()
)
suspend fun main() {