Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cogs/dpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down