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) {