ソースを参照

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