Update discord.js

This commit is contained in:
Stripes
2022-10-27 00:11:45 +03:00
committed by GitHub
parent 2dada444ec
commit 713869eff5
+1 -1
View File
@@ -7,7 +7,7 @@ const discordGreeting = () => {
const sendDiscordMessage = (addons) => {
const payload = {
content: `${discordGreeing()}, ${addons.length > 1 ? addons.length+' new addons' : 'a new addon'} appeared in the catalog!`,
content: `${discordGreeting()}, ${addons.length > 1 ? addons.length+' new addons' : 'a new addon'} appeared in the catalog!`,
embeds: []
}
addons.forEach(addon => {