diff --git a/main.py b/main.py index aec5702..c6a6f5b 100644 --- a/main.py +++ b/main.py @@ -139,7 +139,7 @@ class MatrixClient(nio.AsyncClient): if emote_: emote = f":{emote}:" body = body.replace( - emote, f"""\"{emote}\"""" )