Skip to content

Commit 5846bf0

Browse files
committed
Fix incorrect config help
This fixes some incorrect help text of the thread_close_response and thread_self_close_response
1 parent 89afed5 commit 5846bf0

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
@@ -521,7 +521,7 @@
521521
"notes": [
522522
"When `recipient_thread_close` is enabled and the recipient closed their own thread, `thread_self_close_response` is used instead of this configuration.",
523523
"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.",
524-
"`{{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.",
524+
"`{{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.",
525525
"Discord flavoured markdown is fully supported in `thread_close_response`.",
526526
"See also: `thread_close_title`, `thread_close_footer`, `thread_self_close_response`, `thread_creation_response`."
527527
]
@@ -535,7 +535,7 @@
535535
"notes": [
536536
"When `recipient_thread_close` is disabled or the thread wasn't closed by the recipient, `thread_close_response` is used instead of this configuration.",
537537
"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.",
538-
"`{{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.",
538+
"`{{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.",
539539
"Discord flavoured markdown is fully supported in `thread_self_close_response`.",
540540
"See also: `thread_close_title`, `thread_close_footer`, `thread_close_response`."
541541
]

0 commit comments

Comments
 (0)