From 85538e5957921bdcefec955cb203d193ca008358 Mon Sep 17 00:00:00 2001 From: Your New SJW Waifu Date: Tue, 17 Aug 2021 19:38:21 -0500 Subject: [PATCH] Ugh I accidentally the jpg --- emotes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)