fix: lint
Node.js CI / Lint and Test (push) Successful in 33s

This commit is contained in:
2025-08-13 18:34:27 -07:00
parent 0d9c840f98
commit c661de5a0b
+2
View File
@@ -29,6 +29,8 @@ export const checkAltText = async(message: Message): Promise<void> => {
const reminder = getRandomValue(reminders);
await message.reply({
content: reminder,
}).catch(() => {
return null;
});
}
};