This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
v1.1.0
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() {});