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
"`{prefix}config set thread_creation_menu_close_on_timeout yes`"
1440
1440
],
1441
1441
"notes": [
1442
1442
"If disabled, the user receives a message telling them to send a new DM to start again.",
@@ -1447,7 +1447,7 @@
1447
1447
"default": "No",
1448
1448
"description": "If enabled, the initial menu prompt relayed to staff (after creation) is anonymized; only selection details are logged, not the original prompt message author context.",
1449
1449
"examples": [
1450
-
"`{prefix}threadmenu config anonymous_menu yes`"
1450
+
"`{prefix}config set thread_creation_menu_anonymous_menu yes`"
1451
1451
],
1452
1452
"notes": [
1453
1453
"Does not affect the DM the user sees, only how it's displayed/logged internally.",
@@ -1458,7 +1458,7 @@
1458
1458
"default": "\"Please select an option.\"",
1459
1459
"description": "Text shown in the embed above the selection dropdown in the user's DM.",
1460
1460
"examples": [
1461
-
"`{prefix}threadmenu config embed_text Please choose a department`"
1461
+
"`{prefix}config set thread_creation_menu_embed_text Please choose a department`"
1462
1462
],
1463
1463
"notes": [
1464
1464
"Keep this concise; users cannot proceed until choosing.",
@@ -1469,7 +1469,7 @@
1469
1469
"default": "\"Select an option to contact the staff team.\"",
1470
1470
"description": "Placeholder text displayed in the dropdown before selection.",
1471
1471
"examples": [
1472
-
"`{prefix}threadmenu config dropdown_placeholder Pick a topic...`"
1472
+
"`{prefix}config set thread_creation_menu_dropdown_placeholder Pick a topic...`"
1473
1473
],
1474
1474
"notes": [
1475
1475
"Appears grayed out inside the select component.",
@@ -1499,5 +1499,61 @@
1499
1499
"Confirmation (`confirm_thread_creation`) is only applied in the deferred mode; enabling precreate bypasses the confirm step for menu flows.",
1500
1500
"See also: `thread_creation_menu_enabled`, `thread_creation_menu_options`, `confirm_thread_creation`."
1501
1501
]
1502
+
},
1503
+
"thread_creation_menu_embed_title": {
1504
+
"default": "Empty (no title)",
1505
+
"description": "Optional title at the top of the thread-creation menu embed in the user's DM.",
1506
+
"examples": [
1507
+
"`{prefix}config set thread_creation_menu_embed_title Contact the staff team`",
0 commit comments