|
@@ -1,7 +1,7 @@
|
|
|
KOFI_SETTINGS = {
|
|
KOFI_SETTINGS = {
|
|
|
"integration": False, # Enable Ko-fi integration
|
|
"integration": False, # Enable Ko-fi integration
|
|
|
"token": "", # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.
|
|
"token": "", # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.
|
|
|
- "donations": True, # Reward donations with points
|
|
|
|
|
|
|
+ "donations": False, # Reward donations with points
|
|
|
"donation_points": 100, # How many points per dollar donated?
|
|
"donation_points": 100, # How many points per dollar donated?
|
|
|
"subs": False, # Reward subscriptions with points
|
|
"subs": False, # Reward subscriptions with points
|
|
|
"sub_points": 1000, # How many points per month?
|
|
"sub_points": 1000, # How many points per month?
|