diff --git a/lib/BetterDiscord.js b/lib/BetterDiscord.js index 8975741..b293744 100644 --- a/lib/BetterDiscord.js +++ b/lib/BetterDiscord.js @@ -349,30 +349,30 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) { 'load-emoteData-twitchGlobal': { 'type': 'emotedata', 'resource': 'Twitch Global Emotedata', - 'domain': 'http://twitchemotes.com', - 'url': 'http://twitchemotes.com/api_cache/v2/global.json', + 'domain': 'https://twitchemotes.com', + 'url': '/api_cache/v2/global.json', 'localurl': null, 'message': 'load-emoteData-twitchSub', 'cacheable': true, 'variable': 'emotesTwitch', 'localpath': _dataPath + "/emotes_twitch_global.json", 'encoding': "utf8", - 'https': false, + 'https': true, 'parse': true, 'specialparser': 0 }, 'load-emoteData-twitchSub': { 'type': 'emotedata', 'resource': 'Twitch Subscriber Emotedata', - 'domain': 'http://twitchemotes.com', - 'url': 'http://twitchemotes.com/api_cache/v2/subscriber.json', + 'domain': 'https://twitchemotes.com', + 'url': '/api_cache/v2/subscriber.json', 'localurl': null, 'message': 'load-emoteData-ffz', 'cacheable': true, 'variable': 'subEmotesTwitch', 'localpath': _dataPath + "/emotes_twitch_subscriber.json", 'encoding': "utf8", - 'https': false, + 'https': true, 'parse': true, 'specialparser': 1 },