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
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -285,8 +285,8 @@
285
285
]
286
286
},
287
287
"close_emoji": {
288
-
"default": "🔒",
289
-
"description": "This is the emoji the recipient can click to close a thread themselves. The emoji is automatically added to the `thread_creation_response` embed.",
288
+
"default": "None",
289
+
"description": "This is the emoji for the close button the recipient can click to close a thread themselves. The emoji (attached to the button) is automatically added to the `thread_creation_response` embed.",
290
290
"examples": [
291
291
"`{prefix}config set close_emoji 👍`"
292
292
],
@@ -297,14 +297,37 @@
297
297
},
298
298
"recipient_thread_close": {
299
299
"default": "Disabled",
300
-
"description": "Setting this configuration will allow recipients to use the `close_emoji` to close the thread themselves.",
300
+
"description": "Setting this configuration will allow recipients to close threads by themselves via a button.",
301
301
"examples": [
302
302
"`{prefix}config set recipient_thread_close yes`",
303
303
"`{prefix}config set recipient_thread_close no`"
304
304
],
305
305
"notes": [
306
-
"The close emoji is dictated by the configuration `close_emoji`.",
307
-
"See also: `close_emoji`."
306
+
"The button attached to the `thread_creation_response` can have set a custom label, emoji or even both.",
307
+
"See also: `close_emoji`, `recipient_thread_close_button_label`, `recipient_thread_close_button_style`."
308
+
]
309
+
},
310
+
"recipient_thread_close_button_label": {
311
+
"default": "None",
312
+
"description": "This configuration changes the label of the button for the `recipient_thread_close` feature.",
313
+
"examples": [
314
+
"`{prefix}config set recipient_thread_close_button_label Your label`"
315
+
],
316
+
"notes": [
317
+
"The label cannot exceed 80 characters.",
318
+
"See also: `recipient_thread_close`, `close_emoji`, `recipient_thread_close_button_style`."
319
+
]
320
+
},
321
+
"recipient_thread_close_button_style": {
322
+
"default": "red",
323
+
"description": "This configuration changes the style of the button for the `recipient_thread_close` feature.",
324
+
"examples": [
325
+
"`{prefix}config set recipient_thread_close_button_style green`",
326
+
"`{prefix}config set recipient_thread_close_button_style blurple`"
327
+
],
328
+
"notes": [
329
+
"The style is limited by discord to the following colors: blurple, green, red, gray.",
330
+
"See also: `recipient_thread_close`, `close_emoji`, `recipient_thread_close_button_label`."
0 commit comments