diff --git a/app.js b/app.js index 67ed203..9b345aa 100644 --- a/app.js +++ b/app.js @@ -43,7 +43,9 @@ async function init() { client.connect(); // post to DBL - // require("./utils/dbl.js"); + if (process.env.NODE_ENV === "production") { + require("./utils/dbl.js"); + } } // launch the bot