Skip to content

Commit 0f1507f

Browse files
committed
punctuation
1 parent 1f84f39 commit 0f1507f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def _format_info_embed(self, user, creator, log_url, log_count, dc):
293293
member = self.bot.guild.get_member(user.id)
294294
avi = user.avatar_url
295295
time = datetime.datetime.utcnow()
296-
desc = f'{creator.mention} has created a thread with {user.mention}' if creator else f'{user.mention} has started a thread:'
296+
desc = f'{creator.mention} has created a thread with {user.mention}' if creator else f'{user.mention} has started a thread'
297297
key = log_url.split('/')[-1]
298298
desc = f'{desc} [`{key}`]({log_url})'
299299

0 commit comments

Comments
 (0)