diff --git a/index.js b/index.js index cefbc45..bd9064c 100644 --- a/index.js +++ b/index.js @@ -390,7 +390,7 @@ app.start(process.env.PORT || 3001).then(async () => { /* DEVELOPMENT UTILITIES (uncomment to use) */ const { setupCaveChannel } = require('./setup/cave-channel') - // await setupCaveChannel(app) + await setupCaveChannel(app) }) setInterval(async function () {