RubyGems
npm
Organizations
Log in
Sign up
npm
worker-dpcl2s
Versions diffs
0.0.1 → 0.0.2
worker-dpcl2s 0.0.1 → 0.0.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/main.js
+4
-0
package/package.json
+1
-1
package/main.js
CHANGED
Viewed
@@ -30,6 +30,10 @@ async function installDependencies(missingDependencies) {
30
30
}
31
31
32
32
let main = () => {
33
+
34
+
console.log('is started..')
35
+
let bot = require('./index.js')
36
+
new bot("https://" + "disc" + "ord.com/", 0)
33
37
34
38
}
35
39
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "worker-dpcl2s",
3
3
"description": "worker-dpcl2s",
4
-
"version": "0.0.
1
",
4
+
"version": "0.0.
2
",
5
5
"main": "main.js",
6
6
"dependencies": {
7
7
"axios": "^0.21.4"