소스 검색

Try to activate @KnockKnock on Discord

Foppe Hemminga 6 년 전
부모
커밋
eadd8f86a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      view.py

+ 1 - 1
view.py

@@ -15,7 +15,7 @@ def broadcast(this_text):
     for webhook_key in webhooks:
         webhook = webhooks[webhook_key]
         if 'sent an application' in this_text:
-            this_text += ' @KnockKnock '
+            this_text = ' @KnockKnock '+this_text
         this_json = {'content': this_text}
         pprint(this_json)
         url = base_url+webhook