Sfoglia il codice sorgente

Fixed default integration value to be False instead of blank.

deadtom 1 mese fa
parent
commit
a0ed06b562
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ownchatbot/defaults/kofi.py

+ 1 - 1
ownchatbot/defaults/kofi.py

@@ -1,5 +1,5 @@
 KOFI_SETTINGS = {
-    "integration": "",  # 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.
     "donations": True,  # Reward donations with points
     "donation_points": 100,  # How many points per dollar donated?