Changed the default and TODO json files, invite ignore options removed, and channel added (for self promotion channels)
diff --git a/TODO.json b/TODO.json
index 44bb7e6..ff02831 100644
--- a/TODO.json
+++ b/TODO.json
@@ -20,11 +20,7 @@
     },
     "invite": {
       "enabled": false,
-      "allowed": {
-        "users": [],
-        "channels": [],
-        "roles": []
-      }
+      "channels": []
     },
     "pings": {
       "mass": 5,
diff --git a/src/config/default.json b/src/config/default.json
index 93b571f..84a4de0 100644
--- a/src/config/default.json
+++ b/src/config/default.json
@@ -19,11 +19,7 @@
         },
         "invite": {
             "enabled": false,
-            "allowed": {
-                "users": [],
-                "channels": [],
-                "roles": []
-            }
+            "channels": []
         },
         "pings": {
             "mass": 5,