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

updates sticky message #11

Merged
merged 2 commits into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}>.`;
Loading