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 }