kofi.py 316 B

1234567
  1. KOFI_SETTINGS = {
  2. "donations": True, # Reward donations with points
  3. "donation_points": 100, # How many points per dollar donated?
  4. "subs": False, # Reward subscriptions with points
  5. "sub_points": 1000, # How many points per month?
  6. "kofi_url": "https://" # What is the URL of your Kofi page?
  7. }