codebuddies / greetbot

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

Move resource template generator out of endpoints #48

Closed stain88 closed 6 years ago

stain88 commented 6 years ago

Currently, generateResourceMessage is hosted in endpoints/slash/resources/resources.js - this should be moved under the /data/ folder to better be in line with the templates being separate from the commands.

stain88 commented 6 years ago

Holding until #42 gets merged, to avoid further clashes.