Skip to content

Commit f2865d2

Browse files
author
Cordila
authored
Remove the set title after creating thread
1 parent 77489be commit f2865d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/thread.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ async def setup(self, *, creator=None, category=None, initial_message=None):
196196
log_url = log_count = None
197197
# ensure core functionality still works
198198

199-
await channel.edit(topic=f"User ID: {recipient.id}")
200199
self.ready = True
201200

202201
if creator is not None and creator != recipient:

0 commit comments

Comments
 (0)