소스 검색

Added refunded points announcement

deadtom 1 개월 전
부모
커밋
15eb5c7ceb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ownchatbot/webhooks.py

+ 1 - 1
ownchatbot/webhooks.py

@@ -65,7 +65,7 @@ def chat_hook():
             if points is None:
                 send_private_chat(user_id, f'{display_name}, couldn\'t get your points, for some highly technical reason.')
             else:
-                send_private_chat(user_id, f'{display_name}, you have {points} {porps(points)}.')
+                send_private_chat(user_id, f'{display_name}, you have {porps(points)}.')
 
         elif lowercase_msg.startswith(f'{prefix}reg_mail'):  # Generate a code to verify users account for email registration
             if current_app.config['KOFI_INTEGRATION']: