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; });