From a8ec4a3c81364f863da5fbbb83a082ccdf2abcf8 Mon Sep 17 00:00:00 2001 From: seria Date: Thu, 29 May 2025 17:13:58 +0900 Subject: [PATCH] Mention owner in low quality title warning for thread closure --- cogs/dpy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/dpy.py b/cogs/dpy.py index 2691a7ec..40395e6a 100644 --- a/cogs/dpy.py +++ b/cogs/dpy.py @@ -315,6 +315,7 @@ async def on_thread_create(self, thread: discord.Thread) -> None: if len(thread.name) <= 20: low_quality_title = ( + f'<@!{thread.owner_id}>\n' 'This thread has been automatically closed due to a potentially low quality title. ' 'Your title should be descriptive of the problem you are having.\n\n' 'Please remake your thread with a new and more descriptive title.'