feat(commands): add /usage alias for /status
This commit is contained in:
@@ -25,7 +25,7 @@ const CHAT_COMMANDS: ChatCommandDefinition[] = [
|
||||
key: "status",
|
||||
nativeName: "status",
|
||||
description: "Show current status.",
|
||||
textAliases: ["/status"],
|
||||
textAliases: ["/status", "/usage"],
|
||||
},
|
||||
{
|
||||
key: "debug",
|
||||
|
||||
Reference in New Issue
Block a user