From 89afed5793221d8d55792c50f8dd30b28db4885d Mon Sep 17 00:00:00 2001
From: Taku <45324516+Taaku18@users.noreply.github.com>
Date: Thu, 16 Jan 2025 08:28:36 +0000
Subject: [PATCH 1/2] Update README.md
Signed-off-by: Taku <45324516+Taaku18@users.noreply.github.com>
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 980066ca7e..500978a1f9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
@@ -24,7 +24,7 @@
-
+
From 5846bf009688757c38b10386e3639524a499d650 Mon Sep 17 00:00:00 2001
From: Martin
Date: Sat, 8 Feb 2025 21:28:53 +0100
Subject: [PATCH 2/2] Fix incorrect config help
This fixes some incorrect help text of the thread_close_response and thread_self_close_response
---
core/config_help.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/config_help.json b/core/config_help.json
index d301763fe4..ad5241c09f 100644
--- a/core/config_help.json
+++ b/core/config_help.json
@@ -521,7 +521,7 @@
"notes": [
"When `recipient_thread_close` is enabled and the recipient closed their own thread, `thread_self_close_response` is used instead of this configuration.",
"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.",
- "`{{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.",
+ "`{{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.",
"Discord flavoured markdown is fully supported in `thread_close_response`.",
"See also: `thread_close_title`, `thread_close_footer`, `thread_self_close_response`, `thread_creation_response`."
]
@@ -535,7 +535,7 @@
"notes": [
"When `recipient_thread_close` is disabled or the thread wasn't closed by the recipient, `thread_close_response` is used instead of this configuration.",
"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.",
- "`{{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.",
+ "`{{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.",
"Discord flavoured markdown is fully supported in `thread_self_close_response`.",
"See also: `thread_close_title`, `thread_close_footer`, `thread_close_response`."
]