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

Commit

Permalink
fix: mention ask-ai channel in sticky message
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Jul 28, 2024
1 parent 1e0e708 commit e059b70
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 = `We welcome discussions in this channel, but for technical help, please use <#${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}> or <#1251657197885063249>.`;

0 comments on commit e059b70

Please sign in to comment.