txlyre 1 settimana fa
parent
commit
3535a4ebf1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      openkriemy.py

+ 1 - 1
openkriemy.py

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