Updated dependencies to no longer reference an old deprecated Slack API call
2.0.0
Remove old unmaintained dependency `slacker` and replaced with new `python-slackclient`. Additionally wrote a slew of unit tests which did uncover bugs in the helper functions.
1.3.0
Added - Ability to gracefully kill the application with `CTRL + C` - Catching of all unexpected exceptions, which are logged and allow execution to continue - Provided default logging by simply passing `debug=True` when initializing a `SimpleSlackBot`
1.1.0
**Added** * the ability to enable debug mode to see the output of Simple Slack Bot
**Fixed** * a crash occurring when the key `text` wasn't in the slack event's JSON
1.0.3
Simple-Slack-Bot should now be able to be imported successfully and used for your simple slack bot needs!
_It too me some iterations to fix an import problem that stopped individuals from using the library_