codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

/welcome command broken #102

Open uLan08 opened 5 years ago

uLan08 commented 5 years ago

I have finished setting up the slack workspace for testing and I am getting errors when I issue /welcome test. The error pointed me to initialResponse.js and I found that req.body.payload is undefined so it should just be req.body. Is this file still being used or is the docs for setting up a local dev environment outdated?

stain88 commented 5 years ago

I think it's highly likely the docs are just out of date, this isn't the first mention of /welcome not working as expected. As long as it keeps working in the Codebuddies slack, and the dev slack (which it currently does), I'll keep this labelled as docs bug