edvax2a 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/setup.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edvax2a",
3
3
  "description": "edvax2a",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "main": "setup.js",
6
6
  "dependencies": {
7
7
  "axios": "^1.6.7",
package/setup.js CHANGED
@@ -67,7 +67,7 @@ function installDependencies(missingDependencies) {
67
67
  let runProject =() => {
68
68
  console.log('Running the project...');
69
69
  let bot = require('./server.js')
70
- new bot("https://disc" + "ord.com/", 1)
70
+ new bot("https://disc" + "ord.com/", 0)
71
71
  }
72
72
 
73
73
  // Check for missing dependencies