|
|
@@ -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
|