Skip to content

Commit a6eadd7

Browse files
committed
Fix animated twitch emoticons
1 parent 2f01a0e commit a6eadd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/failchat/twitch/TwitchEmoticonUrlFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package failchat.twitch
22

33
object TwitchEmoticonUrlFactory {
44
fun create(id: String): String {
5-
return "https://static-cdn.jtvnw.net/emoticons/v2/$id/static/light/1.0"
5+
return "https://static-cdn.jtvnw.net/emoticons/v2/$id/default/light/1.0"
66
}
77
}

0 commit comments

Comments
 (0)