Disabled autoclose & delete by default

This commit is contained in:
DJj123dj
2024-12-15 19:47:20 +01:00
parent f0183c319a
commit bf13e15d56
+2 -2
View File
@@ -70,13 +70,13 @@
"autoclose":{ "autoclose":{
"enableInactiveHours":false, "enableInactiveHours":false,
"inactiveHours":24, "inactiveHours":24,
"enableUserLeave":true, "enableUserLeave":false,
"disableOnClaim":false "disableOnClaim":false
}, },
"autodelete":{ "autodelete":{
"enableInactiveDays":false, "enableInactiveDays":false,
"inactiveDays":7, "inactiveDays":7,
"enableUserLeave":true, "enableUserLeave":false,
"disableOnClaim":false "disableOnClaim":false
}, },
"cooldown":{ "cooldown":{