From 70b81ffe5268a17abf8556666c7d77ecd2cf2be0 Mon Sep 17 00:00:00 2001 From: Zinstorm <100410938+Zinstorm@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:16:02 +0700 Subject: [PATCH] Update settingsbot.json --- src/settingsbot.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/settingsbot.json b/src/settingsbot.json index 261f6918..358ef5b8 100644 --- a/src/settingsbot.json +++ b/src/settingsbot.json @@ -1,21 +1,21 @@ { "autocomposing": true, -"autorecording": false, -"bugc": false, -"antitrol": false, -"antical": false, -"antitags": false, -"readG": false, +"autorecording": true, +"bugc": true, +"antitrol": true, +"antical": true, +"antitags": true, +"readG": true, "readP": true, -"regisinfo": false, -"autoregis": false, +"regisinfo": true, +"autoregis": true, "multi": true, -"mainmenu": false, -"banChats": false, -"autorespon": false, -"database": false, -"premium": false, -"infoerror": false, -"autobackup": false +"mainmenu": true, +"banChats": true, +"autorespon": true, +"database": true, +"premium": true, +"infoerror": true, +"autobackup": true }