Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
updates sticky message
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvajda committed May 23, 2024
1 parent af22fb1 commit 6ec6ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ResponseText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ export enum ResponseText {
/**
* This is separate so that the environment value can be interpolated.
*/
export const StickyMessage = `A friendly reminder to everyone that questions should be asked in <#${process.env.HELP_CHANNEL_ID}>.`;
export const StickyMessage = `We welcome discussions in this channel, but for technical help, please use <#${process.env.HELP_CHANNEL_ID}>.`;

Check failure on line 33 in src/config/ResponseText.ts

View workflow job for this annotation

GitHub Actions / Continuous integration

Insert `⏎`

0 comments on commit 6ec6ec3

Please sign in to comment.