Skip to content

Commit ec396b9

Browse files
committed
Better wording
1 parent 47d0d8b commit ec396b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ async def create_thread(self, user, *, creator=None):
502502
if creator: # thread appears to be closed
503503
await user.send(embed=em)
504504
await channel.edit(category=categ)
505+
info_description = info_description or f'{user.mention} has reopened this thread.'
505506
await channel.send(mention, embed=self.format_info(user, info_description))
506507
else:
507508
await user.send(embed=em)

0 commit comments

Comments
 (0)