12345678 |
- KOFI_SETTINGS = {
- "donations": True, # 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?
- "kofi_logo": "kofi_symbol.png" # Which Kofi logo are we using in the viewer panel?
- }
|