mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user