This commit is contained in:
Dragon Fire
2024-04-04 17:15:49 -04:00
parent 1a45c707bf
commit 70d7fc4fbf
+1 -1
View File
@@ -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) {