Merge branch 'main' into commands-list-clean

This commit is contained in:
Luke
2026-01-09 11:04:23 -05:00
committed by GitHub
359 changed files with 18384 additions and 4739 deletions

View File

@@ -33,6 +33,13 @@ const CHAT_COMMANDS: ChatCommandDefinition[] = [
description: "Show current status.",
textAliases: ["/status"],
},
{
key: "debug",
nativeName: "debug",
description: "Set runtime debug overrides.",
textAliases: ["/debug"],
acceptsArgs: true,
},
{
key: "cost",
nativeName: "cost",