mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Update discord.js
This commit is contained in:
+1
-1
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user