twitter-bot-bootstrap
twitter-bot-bootstrap copied to clipboard
Update documentation
config.js key values pairs need to reflect what is in the .env file
Refer to https://github.com/spences10/twitter-bot-bootstrap/issues/87 for details on how to resolve
I noticed that the RANDOM_REPLY string needs to be pipe-separated, but I believe the documentation says it is comma-separated.
Yeah, I use pipes so that a response can then use a comma, like: "hey @{userName}, how's things?"
I'll need to update the documentation or comments describing this decision