You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/config_help.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,17 @@
373
373
"To disable thread cooldown, do `{prefix}config del thread_cooldown`."
374
374
]
375
375
},
376
+
"log_expiration": {
377
+
"default": "Never",
378
+
"description": "The duration closed threads will be stored within the database before deletion. Logs that have been closed for longer than this duration will be deleted automatically.",
379
+
"examples": [
380
+
"`{prefix}config set log_expiration P12DT3H` (stands for 12 days and 3 hours in [ISO-8601 Duration Format](https://en.wikipedia.org/wiki/ISO_8601#Durations))",
381
+
"`{prefix}config set log_expiration 3 days and 5 hours` (accepted readable time)"
382
+
],
383
+
"notes": [
384
+
"To disable log expiration, do `{prefix}config del log_expiration`."
385
+
]
386
+
},
376
387
"thread_cancelled": {
377
388
"default": "\"Cancelled\"",
378
389
"description": "This is the message to display when a thread times out and creation is cancelled.",
0 commit comments