From 7783515d1abb665bb258f328ee760e33c9663a22 Mon Sep 17 00:00:00 2001 From: Absurdon Date: Fri, 10 Mar 2017 22:06:06 +0100 Subject: [PATCH] Deactivated the Gather bot as it seems broken --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);