Explorar o código

Set integration to False by default

deadtom hai 4 semanas
pai
achega
267454a9b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ownchatbot/defaults/givebutter.py

+ 1 - 1
ownchatbot/defaults/givebutter.py

@@ -1,5 +1,5 @@
 GB_SETTINGS = {
-     "integration": "",
+     "integration": False,
      "secret": "",
      'donations': False,
      'donation_points': 100,