From df07dc25b8425314596105dcba048a9adcf4e251 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 12 Jul 2018 15:58:26 -0400 Subject: [PATCH] lbry-app > lbry-desktop --- bot/modules/releasenotes.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bot/modules/releasenotes.js b/bot/modules/releasenotes.js index 9b11add..2594486 100644 --- a/bot/modules/releasenotes.js +++ b/bot/modules/releasenotes.js @@ -18,7 +18,7 @@ exports.releasenotes = { }; // Configure the request const options = { - url: 'https://api.github.com/repos/lbryio/lbry-app/releases/latest', + url: 'https://api.github.com/repos/lbryio/lbry-desktop/releases/latest', method: 'GET', headers: headers }; @@ -39,12 +39,12 @@ exports.releasenotes = { color: 7976557, timestamp: releasedate, author: { - name: 'Lbry-app Release Notes for ' + releasename, + name: 'LBRY Desktop release Notes for ' + releasename, icon_url: 'http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png' }, footer: { icon_url: 'https://i.imgur.com/yWf5USu.png', - text: 'Lbry-app Updated ' + text: 'LBRY Desktop Updated ' } } }; @@ -78,12 +78,12 @@ exports.releasenotes = { color: 7976557, timestamp: releasedate, author: { - name: 'Lbry-app Release Notes for ' + releasename, + name: 'LBRY Desktop Release Notes for ' + releasename, icon_url: 'http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png' }, footer: { icon_url: 'https://i.imgur.com/yWf5USu.png', - text: 'Lbry-app Updated ' + text: 'LBRY Desktop Updated ' } } }; @@ -97,7 +97,7 @@ exports.releasenotes = { }, footer: { icon_url: 'https://i.imgur.com/yWf5USu.png', - text: 'Lbry-app Updated ' + text: 'LBRY Desktop Updated ' } } }; @@ -111,7 +111,7 @@ exports.releasenotes = { }, footer: { icon_url: 'https://i.imgur.com/yWf5USu.png', - text: 'Lbry-app Updated ' + text: 'LBRY Desktop Updated ' } } }; @@ -125,7 +125,7 @@ exports.releasenotes = { }, footer: { icon_url: 'https://i.imgur.com/yWf5USu.png', - text: 'Lbry-app Updated ' + text: 'LBRY Desktop Updated ' } } }; @@ -139,7 +139,7 @@ exports.releasenotes = { }, footer: { icon_url: 'https://i.imgur.com/yWf5USu.png', - text: 'Lbry-app Updated ' + text: 'LBRY Desktop Updated ' } } };