From b3c5f060a1dfa2914c53e733c3b22fc89acd3a1b Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Tue, 3 Jan 2023 20:34:44 +0100 Subject: [PATCH] Now features can be turned off --- config_example.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config_example.json b/config_example.json index 55bbd79..f1bdd55 100644 --- a/config_example.json +++ b/config_example.json @@ -30,6 +30,23 @@ "size": 512, "location": "logs" }, + "features": { + "applications": { + "enabled": true + }, + "sponsorships": { + "enabled": true + }, + "warnings": { + "enabled": false + }, + "invites_check": { + "enabled": true + }, + "dinovoice": { + "enabled": false + } + }, "scheduler": { "birthdays": { "time": 9,