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.'