Update discord.js

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