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
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1422,7 +1422,7 @@
1422
1422
]
1423
1423
},
1424
1424
"thread_creation_menu_timeout": {
1425
-
"default": "20 (seconds)",
1425
+
"default": "30 (seconds)",
1426
1426
"description": "Number of seconds to wait for a user to pick a menu option before timing out.",
1427
1427
"examples": [
1428
1428
"`{prefix}threadmenu config timeout 30`"
@@ -1486,5 +1486,18 @@
1486
1486
"When disabled, the staff will not see an automatic message with the selection details though commands may still act.",
1487
1487
"See also: `thread_creation_menu_enabled`, `thread_creation_menu_options`."
1488
1488
]
1489
+
},
1490
+
"thread_creation_menu_precreate_channel": {
1491
+
"default": "No",
1492
+
"description": "When enabled, a thread channel is created immediately upon the user's first DM even if the thread creation menu is enabled. The menu is still shown but selection becomes optional and happens after channel creation.",
1493
+
"examples": [
1494
+
"`{prefix}config set thread_creation_menu_precreate_channel yes`"
1495
+
],
1496
+
"notes": [
1497
+
"If a user never selects an option the thread remains open in the default/main category.",
1498
+
"Category-specific option selections will move the channel afterward if a category_id is configured on the option.",
1499
+
"Confirmation (`confirm_thread_creation`) is only applied in the deferred mode; enabling precreate bypasses the confirm step for menu flows.",
1500
+
"See also: `thread_creation_menu_enabled`, `thread_creation_menu_options`, `confirm_thread_creation`."
0 commit comments