소스 검색

random kw

ming 4 년 전
부모
커밋
11a99b1a5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -246,7 +246,7 @@ def make_bubble(title,kw):
         "contents": [
           {
             "type": "text",
-            "text": title,
+            "text": title+"-"+kw,
             "size": "xl",
             "weight": "bold",
             "align": "center"