소스 검색

Fixed missing equal operator

deadtom 2 주 전
부모
커밋
30a89f3945
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ownchatbot/defaults/config.py

+ 1 - 1
ownchatbot/defaults/config.py

@@ -12,4 +12,4 @@ PREFIX = '!'  # Preceeds commands, so OwnchatBot knows what is a command
 GUNICORN = True    # Integrate OwnchatBot logging into Gunicorn
 KOFI_TOKEN = ''  # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.
 KOFI_INTEGRATION = False  # Integrate OwnchatBot with Ko-fi
-FOLLOW_POINTS '50'  # How many points to award viewers for following
+FOLLOW_POINTS = '50'  # How many points to award viewers for following