Skip to content

Commit 80fe41e

Browse files
author
Cordila
authored
Add the set title during creating the thread
1 parent f2865d2 commit 80fe41e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ async def create_thread_channel(bot, recipient, category, overwrites, *, name=No
432432
name=name,
433433
category=category,
434434
overwrites=overwrites,
435+
topic=f"User ID: {recipient.id}",
435436
reason="Creating a thread channel.",
436437
)
437438
except discord.HTTPException as e:

0 commit comments

Comments
 (0)