Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@kddnewton kddnewton released this 18 Mar 21:56
· 59 commits to master since this release

Optional arguments are now supported. This is a breaking change because the syntax for specifying arguments has now changed from being a space-separated string to being the second argument to the addCommand function. Example below:

slackbot.addCommand('test', ['one', 'two'], 'Test command', function() {});