Merge pull request 'Ugh I accidentally the jpg' (#3) from more-emoji-formats into master

Reviewed-on: #3
This commit is contained in:
Your New SJW Waifu 2021-08-18 02:40:24 +02:00
commit 1e9fb32852
1 changed files with 1 additions and 1 deletions

View File

@ -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)