Explorar el Código

Set integration to False by default

deadtom hace 4 semanas
padre
commit
267454a9b4
Se han modificado 1 ficheros con 1 adiciones y 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,