Skip to content

Commit d11f65d

Browse files
committed
Change thread auto close message
Reason: #302 (comment)
1 parent b5f7d06 commit d11f65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/thread.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ async def _restart_close_timer(self):
390390
# Grab message
391391
close_message = self.bot.config.get(
392392
"thread_auto_close_response",
393-
f"This thread has been closed automatically after no response from"
394-
f" you for {human_time}.",
393+
f"This thread has been closed automatically due to inactivity "
394+
f"after {human_time}.",
395395
)
396396
time_marker_regex = "%t"
397397
if len(re.findall(time_marker_regex, close_message)) == 1:

0 commit comments

Comments
 (0)