const intents = require('./intents') module.exports = async (message, recipient) => { const run = intents.get(message) run(message, recipient) }