We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9784d49 + d45285d commit 05cb312Copy full SHA for 05cb312
1 file changed
README.md
@@ -86,8 +86,8 @@ Send a JSON message directly to the websocket. See RTM documentation for allowed
86
SlackClient.server.**channels.find([identifier])**
87
The identifier can be either name or Slack channel ID. See above for examples.
88
89
-SlackClient.server.**channnels[int].send_message([text])**
+SlackClient.server.**channels[int].send_message([text])**
90
Send message [text] to [int] channel in the channels list.
91
92
-SlackClient.server.**channnels.find([identifier]).send_message([text])**
+SlackClient.server.**channels.find([identifier]).send_message([text])**
93
Send message [text] to channel [identifier], which can be either channel name or ID. Ex "#general" or "C182391"
0 commit comments