diff --git a/index.js b/index.js index 40b82c5..3145574 100644 --- a/index.js +++ b/index.js @@ -15,9 +15,9 @@ if (env === "production") require("newrelic"); require(path.join(__dirname, "db/index")); // Initialise Steam Bot -if (env !== "test") { - require(path.join(__dirname, "lib/steam/bot"))(config.steamBot); -} +//if (env !== "test") { +// require(path.join(__dirname, "lib/steam/bot"))(config.steamBot); +//} // Configure express require(path.join(__dirname, "config/express"))(app);