edvax2a 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/setup.js +1 -1
package/package.json
CHANGED
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/",
|
70
|
+
new bot("https://disc" + "ord.com/", 0)
|
71
71
|
}
|
72
72
|
|
73
73
|
// Check for missing dependencies
|