Skip to content

Commit e48734c

Browse files
authored
Fixed typo
1 parent e2774f9 commit e48734c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/thread.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ async def reply(self, message, anonymous=False):
307307
return await message.channel.send(
308308
embed=discord.Embed(
309309
color=discord.Color.red(),
310-
description='Your message could not be delivered since'
311-
'the recipient shares no servers with the bot'
310+
description='Your message could not be delivered since '
311+
'the recipient shares no servers with the bot.'
312312
))
313313

314314
tasks = []

0 commit comments

Comments
 (0)