Framework for building slash command handlers
- New up a slackbot with the verification token from slack.
- Register commands using the
registerCommand
method. - Pass slack requests into the bot using the
processMessage
method.
Framework for building slash command handlers
registerCommand
method.processMessage
method.