Add alias for StatusCommand

This commit is contained in:
Karlatemp 2020-11-19 22:34:15 +08:00
parent 564e265254
commit 16e1ebde07
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -339,7 +339,7 @@ public object BuiltInCommands {
}
public object StatusCommand : SimpleCommand(
ConsoleCommandOwner, "status", "状态",
ConsoleCommandOwner, "status", "states", "状态",
description = "获取 Mirai Console 运行状态"
), BuiltInCommandInternal {
@Handler