src/Botonomous/dictionary/question-answer.json
{
"Hi": {
"answers": ["Hi there :raised_hand_with_fingers_splayed:", "Hello"]
},
"How are you?": {
"answers": ["I'm fine. Thank you :facepunch:"]
},
"Who are you?": {
"answers": ["My name is :tada: *Botonomous* :tada: a PHP framework to help you create awesome Slack bots :robot_face:"]
}
}