Skip to content

Commit

Permalink
feat: add series to Discord webhook (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvador committed Oct 28, 2020
1 parent 8548c07 commit 273d058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notification/discord.ts
Expand Up @@ -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) {
Expand Down

0 comments on commit 273d058

Please sign in to comment.