We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f01a0e commit a6eadd7Copy full SHA for a6eadd7
1 file changed
src/main/kotlin/failchat/twitch/TwitchEmoticonUrlFactory.kt
@@ -2,6 +2,6 @@ package failchat.twitch
2
3
object TwitchEmoticonUrlFactory {
4
fun create(id: String): String {
5
- return "https://static-cdn.jtvnw.net/emoticons/v2/$id/static/light/1.0"
+ return "https://static-cdn.jtvnw.net/emoticons/v2/$id/default/light/1.0"
6
}
7
0 commit comments