UNPKG

hubot-slack-reading-list

Version:

Build a reading list from emojied reactions on Slack

11 lines (9 loc) 266 B
'use strict'; module.exports = function(o) { // Loop over all the reading lists that this message // should be added to, and add the rendered markdown for(let list of o.readingLists) { list.markdown.push(...o.markdown); } return Promise.resolve(o); }