Ver código fonte

Set integration to False by default

deadtom 1 mês atrás
pai
commit
267454a9b4
1 arquivos alterados com 1 adições e 1 exclusões
  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,