Skip to content

Commit

Permalink
chore: changed example command
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 27, 2025
1 parent e57d12b commit 772dba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "ts-template for UbiquityOS plugins.",
"ubiquity:listeners": ["issue_comment.created"],
"commands": {
"command1": {
"ubiquity:example": "/command1 argument",
"description": "Command 1 with an argument."
"hello": {
"ubiquity:example": "/hello argument",
"description": "Hello command with an argument."
}
},
"configuration": {
Expand Down

0 comments on commit 772dba8

Please sign in to comment.