Skip to content

Commit

Permalink
Add channel mention to bot message
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit404Error committed Mar 2, 2024
1 parent a7dc495 commit c20920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const sendFormDM = async (form: Form, userEmails: string[]) => {

slackbot.client.chat.postMessage({
channel: channelId,
text: `Hey Everyone, this is your reminder to fill out the <${form.formURL}|${form.title}> form by tonight!`,
text: `Hey <!channel>, this is your reminder to fill out the <${form.formURL}|${form.title}> form by tonight!`,
});
};

Expand Down

0 comments on commit c20920f

Please sign in to comment.