UNPKG

hubot-help

Version:

A hubot script to show available hubot commands

9 lines (6 loc) 170 B
'use strict' const path = require('path') module.exports = (robot) => { const scriptsPath = path.resolve(__dirname, 'src') robot.loadFile(scriptsPath, 'help.js') }