UNPKG

hubot-hockey

Version:

Get the latest NHL playoff odds for your team.

9 lines (8 loc) 164 B
// Description // Mock Slack adapter module.exports = (robot) => { robot.adapterName = 'slack'; if (robot.adapter) { robot.adapter.name = 'slack'; } };