mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 14:50:43 +08:00
Add alias for StatusCommand
This commit is contained in:
parent
564e265254
commit
16e1ebde07
@ -339,7 +339,7 @@ public object BuiltInCommands {
|
||||
}
|
||||
|
||||
public object StatusCommand : SimpleCommand(
|
||||
ConsoleCommandOwner, "status", "状态",
|
||||
ConsoleCommandOwner, "status", "states", "状态",
|
||||
description = "获取 Mirai Console 运行状态"
|
||||
), BuiltInCommandInternal {
|
||||
@Handler
|
||||
|
Loading…
Reference in New Issue
Block a user