feat(Script/Commands): allow to pass email in account create (#22310)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
SHIHUANG214
2025-06-27 21:30:21 +08:00
committed by GitHub
parent 5311717a89
commit 989b64cb3d
5 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1 @@
UPDATE `command` SET `help`='Syntax: .account create $account $password $email\r\n\r\nCreate account and set password to it.\r\n$email is optional, can be left blank.' WHERE `name`='account create';