forked from kate/uniborg
Disable markdown in sed
This commit is contained in:
parent
ca5619b9cc
commit
c2197e5280
|
@ -103,7 +103,7 @@ async def on_regex(event):
|
||||||
if m is not None:
|
if m is not None:
|
||||||
s = f"{HEADER}{s}"
|
s = f"{HEADER}{s}"
|
||||||
out = await borg.send_message(
|
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)
|
last_msgs[chat_id].appendleft(out)
|
||||||
elif s is not None:
|
elif s is not None:
|
||||||
|
|
Loading…
Reference in New Issue