feat: add send mail command
This commit is contained in:
9 files changed
+104
-10
No files matched your search
@@ -152,7 +152,8 @@ val commands = listOf(
|
||||
JiJianCommand(), LikeMeCommand(),
|
||||
CompilerCommand(), GPTCommand(),
|
||||
GithubUserCommand(), AboutCommand(),
|
||||
MusicPlayUrlCommand(), DomainPriceCommand()
|
||||
MusicPlayUrlCommand(), DomainPriceCommand(),
|
||||
SendMailCommand()
|
||||
)
|
||||
|
||||
suspend fun main() {
|
||||
|
||||
Reference in New Issue
Block a user