mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-22 21:30:13 +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(
|
public object StatusCommand : SimpleCommand(
|
||||||
ConsoleCommandOwner, "status", "状态",
|
ConsoleCommandOwner, "status", "states", "状态",
|
||||||
description = "获取 Mirai Console 运行状态"
|
description = "获取 Mirai Console 运行状态"
|
||||||
), BuiltInCommandInternal {
|
), BuiltInCommandInternal {
|
||||||
@Handler
|
@Handler
|
||||||
|
Loading…
Reference in New Issue
Block a user