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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1557,6 +1557,32 @@
1557
1557
"Consider file size/CDN reliability so it loads quickly for users."
1558
1558
]
1559
1559
},
1560
+
"thread_creation_menu_embed_image_url": {
1561
+
"default": "Empty (no image)",
1562
+
"description": "Optional large hero image displayed in the body of the menu embed. If set, this image is shown prominently and takes precedence over the thumbnail.",
1563
+
"examples": [
1564
+
"`{prefix}config set thread_creation_menu_embed_image_url https://example.com/banner.png`",
"When both a thumbnail and image URL are set, the image URL is used as the large embed image while the thumbnail may still be shown in the top-right.",
1570
+
"See also: `thread_creation_menu_embed_thumbnail_url`, `thread_creation_menu_embed_large_image`."
1571
+
]
1572
+
},
1573
+
"thread_creation_menu_embed_large_image": {
1574
+
"default": "No",
1575
+
"description": "Promotes the thumbnail to a large hero image when no `thread_creation_menu_embed_image_url` is set. Useful if you want a big image without specifying a separate URL.",
1576
+
"examples": [
1577
+
"`{prefix}config set thread_creation_menu_embed_large_image yes`",
1578
+
"`{prefix}config set thread_creation_menu_embed_large_image no`"
1579
+
],
1580
+
"notes": [
1581
+
"Only applies when `thread_creation_menu_embed_image_url` is not set.",
1582
+
"If both are provided, the explicit image URL takes precedence.",
1583
+
"See also: `thread_creation_menu_embed_thumbnail_url`, `thread_creation_menu_embed_image_url`."
1584
+
]
1585
+
},
1560
1586
"thread_creation_menu_embed_color": {
1561
1587
"default": "Green (hex for Discord Color.green)",
1562
1588
"description": "Color for the menu embed's side strip. Accepts hex (e.g. #5865F2) or one of the supported color names.",
0 commit comments