UNPKG

169 BJavaScriptView Raw
1exports.command = 'webhook <command>';
2exports.desc = 'Manage your webhooks';
3exports.builder = (yargs) => yargs.commandDir('webhook_cmds');
4exports.handler = () => {};