From 62c24cee7bf5b2be25fa282c296432a3b9fcad1b Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 16 Aug 2025 18:34:43 -0700 Subject: [PATCH] fix: use web site to avoid embed --- 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 664caee..a7287ce 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}\n-# If you do not know how to do this, check [Discord's help article]()!\n-# Need help writing descriptive text? Our bot [Cordelia]() can do it for you!`, + content: `${reminder}\n-# If you do not know how to do this, check [Discord's help article]()!\n-# Need help writing descriptive text? Our bot [Cordelia]() can do it for you!`, }).catch(() => { return null; });