From c2197e52803f67e325b2df784a5087329c418fa5 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Sat, 27 Apr 2019 10:22:36 +0000 Subject: [PATCH] Disable markdown in sed --- stdplugins/sed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdplugins/sed.py b/stdplugins/sed.py index aeaa8e5..78d8f9d 100644 --- a/stdplugins/sed.py +++ b/stdplugins/sed.py @@ -103,7 +103,7 @@ async def on_regex(event): if m is not None: s = f"{HEADER}{s}" out = await borg.send_message( - await event.get_input_chat(), s, reply_to=m.id + await event.get_input_chat(), s, reply_to=m.id, parse_mode=None ) last_msgs[chat_id].appendleft(out) elif s is not None: