diff --git a/emotes.go b/emotes.go index 7f5b559..8f11a2b 100644 --- a/emotes.go +++ b/emotes.go @@ -144,7 +144,7 @@ func findEmotes(dir string, em common.EmotesMap) (common.EmotesMap, error) { em = em.Add(jpg) } - for _, file := range emoteJPGs { + for _, file := range emoteSVGs { gif := strings.ReplaceAll(common.Substr(file, runPathLength, len(file)), "\\", "/") //common.LogDebugf("Emote SVG: %s", svg) em = em.Add(svg)