feat: link to discord instructions
Node.js CI / Lint and Test (push) Successful in 39s

This commit is contained in:
2025-08-14 13:15:58 -07:00
parent eb820bfe04
commit c612a24979
+1 -1
View File
@@ -28,7 +28,7 @@ export const checkAltText = async(message: Message): Promise<void> => {
if (noDescription.size > 0) { if (noDescription.size > 0) {
const reminder = getRandomValue(reminders); const reminder = getRandomValue(reminders);
await message.reply({ await message.reply({
content: reminder, content: `${reminder}\n-# If you do not know how to do this, check [Discord's help article](<https://support.discord.com/hc/en-us/articles/211866427-How-do-I-upload-images-and-GIFs>)!`,
}).catch(() => { }).catch(() => {
return null; return null;
}); });