feat(commands): add /usage alias for /status

This commit is contained in:
LK
2026-01-08 13:41:32 +01:00
committed by Peter Steinberger
parent d099dabf37
commit 08caf7b9fc
5 changed files with 8 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ const CHAT_COMMANDS: ChatCommandDefinition[] = [
key: "status",
nativeName: "status",
description: "Show current status.",
textAliases: ["/status"],
textAliases: ["/status", "/usage"],
},
{
key: "debug",