overmindbots / core

Core monorepo with our apps and packages
1 stars 0 forks source link

Consider separate package for bot replies #151

Open monitz87 opened 6 years ago

monitz87 commented 6 years ago

We should consider writing a separate package for all bot outbound messages and replies (maybe scoped for each bot type). We should use some templating language for the messages and keep them in a consistent format and in the same file. This would help consistency in how the bot communicates with users. It would make it easier to, for example, make a big formatting change in all messages, or maintain all communication in the same tense, etc.