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

Commit

Permalink
feat: changes message back after offsite (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvajda authored May 9, 2024
1 parent 4d49ce4 commit d62bac1
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}>.\n\nDeepgram 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.`;
export const StickyMessage = `A friendly reminder to everyone that questions should be asked in <#${process.env.HELP_CHANNEL_ID}>.`;

0 comments on commit d62bac1

Please sign in to comment.