diff options
| -rw-r--r-- | slack.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ app.config.from_envvar('CONF') @app.route("/echo", methods=['POST']) def echo(): d = {'response_type': 'in_channel', - 'text': "I'm the echo bot!" + 'text': "I'm the echo bot!", 'attachments': [ {'text':request.form['text']} ] |
