KOFI_SETTINGS = { "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. "donations": False, # Reward donations with points "donation_points": 100, # How many points per dollar donated? "subs": False, # Reward subscriptions with points "sub_points": 1000, # How many points per month? "kofi_url": "https://" # What is the URL of your Kofi page? }