guh
This commit is contained in:
parent
7d2b9f51f6
commit
2315b9cd98
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module.exports = {
|
||||||
.setFooter({
|
.setFooter({
|
||||||
text: footerText
|
text: footerText
|
||||||
})
|
})
|
||||||
.setTimestamp(new Date(result.publishedDate));
|
.setTimestamp(result.publishedDate ? new Date(result.publishedDate) : null);
|
||||||
|
|
||||||
embeds.push(embed);
|
embeds.push(embed);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue