Deactivated the Gather bot as it seems broken

This commit is contained in:
Absurdon 2017-03-10 22:06:06 +01:00
parent bf08a91586
commit 7783515d1a
1 changed files with 3 additions and 3 deletions

View File

@ -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);