We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f308e99 commit 3de9804Copy full SHA for 3de9804
3 files changed
index.mjs
@@ -45,7 +45,7 @@ const extension = new Extension()
45
return 'Done.'
46
},
47
])
48
- .setBootstrap(loop)
+ .on('boot', loop)
49
50
function loop() {
51
const lights = []
manifest.json
@@ -8,7 +8,7 @@
8
"name": "Virtual Lights",
9
"sdk": {
10
"name": "nodejs",
11
- "version": "2.13.2"
+ "version": "2.14.0"
12
13
"softwareVersion": null,
14
"website": null
package.json
@@ -1,5 +1,5 @@
1
{
2
"dependencies": {
3
- "talkops": "^2.13.2"
+ "talkops": "^2.14.0"
4
}
5
0 commit comments