diff --git a/src/config/ResponseText.ts b/src/config/ResponseText.ts index 721a2a3..29af9fc 100644 --- a/src/config/ResponseText.ts +++ b/src/config/ResponseText.ts @@ -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}>.`; \ No newline at end of file