From 9a0fcd7fc659bf0447cda591438b7122ef328c7c Mon Sep 17 00:00:00 2001 From: Eniamza Date: Wed, 27 May 2020 20:28:33 +0600 Subject: [PATCH] Fixed some broken Icons Fixed urls to prevent branch conflicts --- config/commands.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/commands.json b/config/commands.json index 1e09267..990c15d 100644 --- a/config/commands.json +++ b/config/commands.json @@ -59,7 +59,7 @@ "author": { "name": "BEGGING!", "url": "", - "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/relative-path/Red.png" + "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/master/Red.png" } } }, @@ -75,7 +75,7 @@ "author": { "name": "IMPORTANT!", "url": "", - "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/relative-path/Red.png" + "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/master/Red.png" } } }, @@ -299,7 +299,7 @@ "author": { "name": "Random", "url": "", - "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/relative-path/orange.png" + "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/master/orange.png" } } }, @@ -859,7 +859,7 @@ "author": { "name": "LBRY Services Status", "url": "", - "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/relative-path/green.png" + "icon_url": "https://raw.githubusercontent.com/lbryio/lbry-wunderbot/master/green.png" } } },