feat: add about command

This commit is contained in:
2024-09-16 17:27:14 +08:00
parent b11673d790
commit 6bc0279fb6
2 files changed
+33 -1

No files matched your search

@@ -149,7 +149,7 @@ val commands = listOf(
NiuziSignCommand(), MyNiuziCommand(),
JiJianCommand(), LikeMeCommand(),
CompilerCommand(), GPTCommand(),
GithubUserCommand()
GithubUserCommand(), AboutCommand()
)
suspend fun main() {