File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ A basic client for Slack.com, which can optionally connect to the Slack Real Tim
77
88.. |build-status | image :: https://travis-ci.org/slackapi/python-slackclient.svg?branch=master
99 :target: https://travis-ci.org/slackapi/python-slackclient
10- .. |windows-build-status | image :: https://ci.appveyor.com/api/projects/status/github/slackapi/python-slackclient? branch= master& svg=true
11- :target: https://ci.appveyor.com/project/aoberoi /python-slackclient
10+ .. |windows-build-status | image :: https://ci.appveyor.com/api/projects/status/rif04t60ptslj32x/ branch/ master? svg=true
11+ :target: https://ci.appveyor.com/project/slackapi /python-slackclient
1212.. |codecov | image :: https://codecov.io/gh/slackapi/python-slackclient/branch/master/graph/badge.svg
1313 :target: https://codecov.io/gh/slackapi/python-slackclient
1414.. |doc-status | image :: https://readthedocs.org/projects/python-slackclient/badge/?version=latest
@@ -91,7 +91,7 @@ There are some unique options specific to sending IMs, so be sure to read the **
9191section of the `chat.postMessage <https://api.slack.com/methods/chat.postMessage#channels >`_
9292page for a full list of formatting and authorship options.
9393
94- Sending an ephemeral message, which is only visible to an assigned user in a specified channel, is nearly the same
94+ Sending an ephemeral message, which is only visible to an assigned user in a specified channel, is nearly the same
9595as sending a regular message, but with an additional ``user `` parameter.
9696
9797.. code-block :: python
You can’t perform that action at this time.
0 commit comments