fix bttv emotes

This commit is contained in:
Zack Rauen 2019-01-09 21:40:47 -05:00
parent 5132b05c61
commit e85708b218
2 changed files with 4 additions and 4 deletions

View File

@ -182,7 +182,7 @@ window.bdPluginStorage = class bdPluginStorage {
var settingsPanel, emoteModule, quickEmoteMenu, voiceMode, pluginModule, themeModule, dMode, publicServersModule;
var minSupportedVersion = "0.3.0";
var bbdVersion = "0.2.4";
var bbdVersion = "0.2.5";
var mainCore;
@ -701,7 +701,7 @@ EmoteModule.prototype.init = async function () {
getOldData: (url) => url
},
BTTV2: {
url: `https://rauenzi.github.io/BetterDiscordApp/data/emotedata_ffz.json`,
url: `https://rauenzi.github.io/BetterDiscordApp/data/emotedata_bttv.json`,
variable: "BTTV2",
oldVariable: "emotesBTTV2",
getEmoteURL: (e) => `https://cdn.betterttv.net/emote/${e}/1x`,

4
js/main.min.js vendored

File diff suppressed because one or more lines are too long