Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjr committed Sep 5, 2021
1 parent 6431ab0 commit fc156f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ async def note(
async def reply(
self, message: discord.Message, anonymous: bool = False, plain: bool = False
) -> typing.Tuple[typing.List[discord.Message], discord.Message]:
"""Returns List[user_dm_msg] and thread_channel_msg"""
"""Returns List[user_dm_msg] and thread_channel_msg"""
if not message.content and not message.attachments:
raise MissingRequiredArgument(SimpleNamespace(name="msg"))
if not any(g.get_member(self.id) for g in self.bot.guilds):
Expand Down

0 comments on commit fc156f9

Please sign in to comment.