We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863eb8f commit f67bf8bCopy full SHA for f67bf8b
src/scripts/7tv_emotes.js
@@ -32,7 +32,7 @@ import { showNotification } from './ui';
32
showNotification('7TV emotes loaded successfully!');
33
34
emotes.forEach((emote) => {
35
- const url = `https:${emote.data.host.url}/2x.webp`;
+ const url = `https:${emote.data.host.url}/1x.webp`;
36
emoteMap.set(emote.name, url);
37
});
38
console.log(emoteMap);
0 commit comments