mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Deactivated the Gather bot as it seems broken
This commit is contained in:
parent
bf08a91586
commit
7783515d1a
1 changed files with 3 additions and 3 deletions
6
index.js
6
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);
|
||||
|
|
Loading…
Reference in a new issue