Skip to content

Commit 368be13

Browse files
authored
Merge branch 'development' into threadmenu_submenu
2 parents ad5f77e + a7ff289 commit 368be13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/config_help.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"notes": [
534534
"When `recipient_thread_close` is enabled and the recipient closed their own thread, `thread_self_close_response` is used instead of this configuration.",
535535
"You may use the `{{closer}}` variable for access to the [Member](https://discordpy.readthedocs.io/en/latest/api.html#discord.Member) that closed the thread.",
536-
"`{{loglink}}` can be used as a placeholder substitute for the full URL linked to the thread in the log viewer and `{{loglink}}` for the unique key (ie. s3kf91a) of the log.",
536+
"`{{loglink}}` can be used as a placeholder substitute for the full URL linked to the thread in the log viewer and `{{logkey}}` for the unique key (ie. s3kf91a) of the log.",
537537
"Discord flavoured markdown is fully supported in `thread_close_response`.",
538538
"See also: `thread_close_title`, `thread_close_footer`, `thread_self_close_response`, `thread_creation_response`."
539539
]
@@ -547,7 +547,7 @@
547547
"notes": [
548548
"When `recipient_thread_close` is disabled or the thread wasn't closed by the recipient, `thread_close_response` is used instead of this configuration.",
549549
"You may use the `{{closer}}` variable for access to the [Member](https://discordpy.readthedocs.io/en/latest/api.html#discord.Member) that closed the thread.",
550-
"`{{loglink}}` can be used as a placeholder substitute for the full URL linked to the thread in the log viewer and `{{loglink}}` for the unique key (ie. s3kf91a) of the log.",
550+
"`{{loglink}}` can be used as a placeholder substitute for the full URL linked to the thread in the log viewer and `{{logkey}}` for the unique key (ie. s3kf91a) of the log.",
551551
"Discord flavoured markdown is fully supported in `thread_self_close_response`.",
552552
"See also: `thread_close_title`, `thread_close_footer`, `thread_close_response`."
553553
]

0 commit comments

Comments
 (0)