txlyre hai 1 semana
pai
achega
b1ab002fb6
Modificáronse 1 ficheiros con 1 adicións e 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}",
             ),
         ]
     )