deadtom 2 недель назад
Родитель
Сommit
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