Fix bot output when it's to a user
This seems to return a dict rather than a string. Looks like there was a similar fix for group messaging here: https://github.com/slackapi/python-rtmbot/commit/bba41f43d99dd5dd3ed513e69291ac5953946629#diff-933761be909a15a181706d770d010687
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@awentzonline thanks for the contribution! two things:
-
we'll need you to sign the CLA before we can merge this.
-
travis is complaining about
core.py:7:1: F401 'json' imported but unused. i think we just need to remove theimport jsonin that file. would you mind doing that please?