feat: add series to Discord webhook (#618)

This commit is contained in:
elvador
2020-10-28 14:45:46 +01:00
committed by GitHub
parent 8548c07e3b
commit 273d058414
+1
View File
@@ -18,6 +18,7 @@ export function sendDiscordMessage(link: Link, store: Store) {
embed.addField('URL', link.cartUrl ? link.cartUrl : link.url, true);
embed.addField('Store', store.name, true);
embed.addField('Brand', link.brand, true);
embed.addField('Series', link.series, true);
embed.addField('Model', link.model, true);
if (notifyGroup) {