mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Fix
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = class FloridaManCommand extends Command {
|
|||||||
**${article.title}**
|
**${article.title}**
|
||||||
${article.firstLine}
|
${article.firstLine}
|
||||||
[Read more...](https://floridamanbirthday.org/${months[month - 1]}-${day})
|
[Read more...](https://floridamanbirthday.org/${months[month - 1]}-${day})
|
||||||
`, { attachments: [article.image] });
|
`, { files: [article.image] });
|
||||||
}
|
}
|
||||||
|
|
||||||
async fetchArticle(month, day) {
|
async fetchArticle(month, day) {
|
||||||
|
|||||||
Reference in New Issue
Block a user