Hi all!
While playing around with a bot I'm creating I noticed that the tag @ channel (adding a space because it matches a username) used in docs as an example wouldn't actually tag the channel. This is a minor change in docs, just updating
|
text: "howdy <@channel>!" |
to
text: "howdy <!channel>!"
Hi all!
While playing around with a bot I'm creating I noticed that the tag @ channel (adding a space because it matches a username) used in docs as an example wouldn't actually tag the channel. This is a minor change in docs, just updating
slack-github-action/docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md
Line 38 in f234e85
to
text: "howdy <!channel>!"