kofi.py 280 B

123456
  1. KOFI_SETTINGS = {
  2. "tips": True, # Reward tips with points
  3. "tip_points": 100, # How many points per dollar tipped?
  4. "kofi_url": "https://", # What is the URL of your Kofi page?
  5. "kofi_logo": "kofi_symbol.png" # Which Kofi logo are we using in the viewer panel?
  6. }