const commands = [ { "NAME": "/help", "TEXT": [ "Hello " + userMention + " please PM me @" + process.env.BOT_USERNAME + " and i'll try to help.", ] } ] module.exports = commands;