From c612a2497995029539d2e33d7854d680408d4c9f Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 14 Aug 2025 13:15:58 -0700 Subject: [PATCH] feat: link to discord instructions --- src/modules/checkAltText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/checkAltText.ts b/src/modules/checkAltText.ts index 9ee2157..991ef2f 100644 --- a/src/modules/checkAltText.ts +++ b/src/modules/checkAltText.ts @@ -28,7 +28,7 @@ export const checkAltText = async(message: Message): Promise => { if (noDescription.size > 0) { const reminder = getRandomValue(reminders); await message.reply({ - content: reminder, + content: `${reminder}\n-# If you do not know how to do this, check [Discord's help article]()!`, }).catch(() => { return null; });