require('dotenv').config({path: '../.env'}); module.exports = { token: process.env.GHOST_TOKEN, botChannel: "" }