Skip to content

Commit fc156f9

Browse files
committed
Fix syntax
1 parent 6431ab0 commit fc156f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ async def note(
806806
async def reply(
807807
self, message: discord.Message, anonymous: bool = False, plain: bool = False
808808
) -> typing.Tuple[typing.List[discord.Message], discord.Message]:
809-
"""Returns List[user_dm_msg] and thread_channel_msg"""
809+
"""Returns List[user_dm_msg] and thread_channel_msg"""
810810
if not message.content and not message.attachments:
811811
raise MissingRequiredArgument(SimpleNamespace(name="msg"))
812812
if not any(g.get_member(self.id) for g in self.bot.guilds):

0 commit comments

Comments
 (0)