CommandsTree
CommandsTree
Complete tree structure of all commands and middleware CommandsTree
Property | Type | Value | Description |
---|---|---|---|
commands | Record<string, ParsedCommand> | N/A | Map of command names to their parsed metadata |
middleware | Record<string, ParsedMiddleware> | N/A | Map of middleware IDs to their parsed metadata |