We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f7d06 commit d11f65dCopy full SHA for d11f65d
core/thread.py
@@ -390,8 +390,8 @@ async def _restart_close_timer(self):
390
# Grab message
391
close_message = self.bot.config.get(
392
"thread_auto_close_response",
393
- f"This thread has been closed automatically after no response from"
394
- f" you for {human_time}.",
+ f"This thread has been closed automatically due to inactivity "
+ f"after {human_time}.",
395
)
396
time_marker_regex = "%t"
397
if len(re.findall(time_marker_regex, close_message)) == 1:
0 commit comments