From e02b6cba8cd80c2e16511ac868ce0739b3960bd7 Mon Sep 17 00:00:00 2001 From: "John Vajda (JV)" Date: Fri, 26 Apr 2024 14:18:40 -0600 Subject: [PATCH] changes message (#6) --- src/config/ResponseText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/ResponseText.ts b/src/config/ResponseText.ts index c829deb..696149d 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 = `Deepgram Community Maintainers will be participating in an in-person offsite the week Apr 29th - May 3rd.\n- During this period our response times will be slower.\n- We'll return to or normal level of responsiveness after this event.\n- Thank you for your continued engagement and community participation.`;