{ "commands": { "help": { "description": "Show info about available commands in Twitch chat.", "subcommands": {}, "examples": ["!help", "!help quote"] }, "quote": { "description": "Manage quotes (add, remove, fetch).", "subcommands": { "add": { "args": "[quote_text]", "desc": "Adds a new quote." }, "remove": { "args": "[quote_number]", "desc": "Removes the specified quote by ID." }, "[quote_number]": { "desc": "Fetch a specific quote by ID." }, "no subcommand": { "desc": "Fetch a random quote." } }, "examples": [ "!quote add This is my new quote", "!quote remove 3", "!quote 5", "!quote" ] }, "ping": { "description": "Check bot’s latency or respond with a pun.", "subcommands": {}, "examples": ["!ping"] } } }