From 70d7fc4fbfae855e56a29fdfcdcb37613fc1ff66 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 4 Apr 2024 17:15:49 -0400 Subject: [PATCH] Fix --- commands/events/florida-man.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/events/florida-man.js b/commands/events/florida-man.js index 0ff9bde6..edc09587 100644 --- a/commands/events/florida-man.js +++ b/commands/events/florida-man.js @@ -46,7 +46,7 @@ module.exports = class FloridaManCommand extends Command { **${article.title}** ${article.firstLine} [Read more...](https://floridamanbirthday.org/${months[month - 1]}-${day}) - `, { attachments: [article.image] }); + `, { files: [article.image] }); } async fetchArticle(month, day) {