diff --git a/src/config/ResponseText.ts b/src/config/ResponseText.ts index 29af9fc..ac06f45 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 = `We welcome discussions in this channel, but for technical help, please use <#${process.env.HELP_CHANNEL_ID}>.`; \ No newline at end of file +export const StickyMessage = `We welcome discussions in this channel, but for technical help, please use <#${process.env.HELP_CHANNEL_ID}>.`;