generated from nhcarrigan/template
forgot to use lint
This commit is contained in:
@@ -33,9 +33,10 @@ export const checkAltText = async(message: Message): Promise<void> => {
|
||||
|
||||
if (noDescription.size > 0) {
|
||||
const reminder = getRandomValue(reminders);
|
||||
// Button for acknowledgment
|
||||
await message.reply({
|
||||
components: createAckButton(message.author.id),
|
||||
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>)!\n-# Need help writing descriptive text? Our bot [Cordelia](<https://cordelia.nhcarrigan.com>) can do it for you!`, // Button for acknowledgment
|
||||
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>)!\n-# Need help writing descriptive text? Our bot [Cordelia](<https://cordelia.nhcarrigan.com>) can do it for you!`,
|
||||
}).catch(() => {
|
||||
return null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user