Skip to content

Commit bb52c8b

Browse files
committed
update
1 parent 4419973 commit bb52c8b

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ A TalkOps Extension made to work with [TalkOps](https://talkops.app).
1414

1515
1. Sign in to [TalkOps](https://talkops.app).
1616
2. Search for the `Timer` extension.
17-
3. Add the extension and follow the instructions.
17+
3. Add the extension and follow the instructions.

index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const extension = new Extension()
1010
.setCategory('utility')
1111
.setIcon('https://talkops.app/images/extensions/timer.png')
1212
.setFeatures(['Create a timer', 'Check timer states', 'Delete a timer'])
13+
.start()
1314

1415
const instructions = []
1516
instructions.push('``` yaml')

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "Timer",
1111
"sdk": {
1212
"name": "nodejs",
13-
"version": "2.14.0"
13+
"version": "2.15.0"
1414
},
1515
"softwareVersion": null,
1616
"website": null

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"js-yaml": "^4.1.0",
44
"lowdb": "^7.0.1",
55
"pretty-ms": "^9.2.0",
6-
"talkops": "^2.14.0"
6+
"talkops": "^2.15.0"
77
}
88
}

0 commit comments

Comments
 (0)