txlyre hace 1 semana
padre
commit
b1ab002fb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      openkriemy.py

+ 1 - 1
openkriemy.py

@@ -54,7 +54,7 @@ async def on_inline_query(event):
         [
             event.builder.article(
                 "Результат.",
-                text=f"```\n{input_text}```\n{result}",
+                text=f"```\n{input_text.replace('`', '')}```\n{result}",
             ),
         ]
     )