Skip to content

Commit

Permalink
chore: updated generated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiquity-os[bot] committed Oct 9, 2024
1 parent 3bad7b1 commit 7601e39
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "ts-template",
"description": "ts-template for UbiquityOS plugins.",
"ubiquity:listeners": ["issue_comment.created"],
"ubiquity:listeners": [
"issue_comment.created"
],
"commands": {
"command1": {
"ubiquity:example": "/command1 argument",
Expand All @@ -21,6 +23,8 @@
"type": "string"
}
},
"required": ["configurableResponse"]
"required": [
"configurableResponse"
]
}
}
}

0 comments on commit 7601e39

Please sign in to comment.