txlyre 1 tuần trước cách đây
mục cha
commit
3535a4ebf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}",
             ),
         ]
     )