| text = 'Thanks for adding me to "%s"!' % event['space']['displayName'] | text = 'Thanks for adding me to "%s"!' % event['space']['displayName'] | ||||
| return json.jsonify({'text': text}) | return json.jsonify({'text': text}) | ||||
| elif event['type'] == 'MESSAGE': | elif event['type'] == 'MESSAGE': | ||||
| text = text_model.make_short_sentence() | |||||
| text = text_model.make_short_sentence(280) | |||||
| return json.jsonify({ | return json.jsonify({ | ||||
| 'cards': [{ | 'cards': [{ | ||||
| 'sections': [{ | 'sections': [{ |