diff options
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ /* jshint esnext:true */ "use strict"; -const PREVIEW = process.env.PREVIEW || true; +const PREVIEW = process.env.PREVIEW != "false"; const sqlite = require("sqlite"), path = require("path"), |
