Skip to content

Commit 61c1fcd

Browse files
Update send-message-to-channel.mjs
1 parent d085d49 commit 61c1fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/slack/actions/send-message-to-channel/send-message-to-channel.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import constants from "../../common/constants.mjs";
33

44
export default {
55
...common,
6-
key: "slack-send-message-to-channel-DANNY",
7-
name: "DANNY Send Message to Channel",
6+
key: "slack-send-message-to-channel",
7+
name: "Send Message to Channel",
88
description: "Send a message to a public or private channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)",
9-
version: "0.0.{{ts}}",
9+
version: "0.0.4",
1010
type: "action",
1111
props: {
1212
slack: common.props.slack,

0 commit comments

Comments
 (0)