From d95a8cf587cada9bfce288d13c053838e8248846 Mon Sep 17 00:00:00 2001 From: pineafan Date: Mon, 25 Jul 2022 17:25:53 +0100 Subject: [PATCH] Changed the default and TODO json files, invite ignore options removed, and channel added (for self promotion channels) --- TODO.json | 6 +----- src/config/default.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) 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,