1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 19:40:21 +01:00

Fix for missing backslash escape

This commit is contained in:
2019-01-05 16:55:42 +01:00
parent 9ab0dd0da0
commit 4a3bb067f4

View File

@@ -53,7 +53,7 @@ EMOJI = {'plain': {":bowtie:": ':)8',
":scream:": 'X-O',
":tired_face:": 'D-X',
":angry:": "(`##')",
":rage:": "\(`###')>",
":rage:": "\\(`###')>",
":triumph:": '(-A-)',
":sleepy:": '(-_-) zZ',
":sunglasses:": 'B-)',