{
  "schemaVersion": "2026-06-10",
  "name": "My Nook Bot",
  "description": "A standalone Nook bot created from the public starter.",
  "bot": { "displayName": "My Nook Bot" },
  "commands": [
    {
      "name": "echo",
      "description": "Echo a line of text into the channel",
      "options": [{ "name": "text", "type": "string", "required": true, "maxLength": 200 }]
    }
  ],
  "events": [],
  "scopes": ["commands:receive", "interactions:respond"],
  "optionalScopes": []
}
