codebuddies / greetbot

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

Refactor: Pull all Message Bodies out Into Their Own Data Files for Each Endpoint or Action #19

Closed BethanyG closed 6 years ago

BethanyG commented 6 years ago

The messages that the greetbot sends in response to actions or commands should be pulled out into their own data files for ease of editing. For example, the message sent in response to /welcome test should go in a welcomeData.json file in the same directory as routes/slash/welcome.js.

BethanyG commented 6 years ago

Fixed in most recent refactor/pull.