We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6431ab0 commit fc156f9Copy full SHA for fc156f9
core/thread.py
@@ -806,7 +806,7 @@ async def note(
806
async def reply(
807
self, message: discord.Message, anonymous: bool = False, plain: bool = False
808
) -> typing.Tuple[typing.List[discord.Message], discord.Message]:
809
- """Returns List[user_dm_msg] and thread_channel_msg"""
+ """Returns List[user_dm_msg] and thread_channel_msg"""
810
if not message.content and not message.attachments:
811
raise MissingRequiredArgument(SimpleNamespace(name="msg"))
812
if not any(g.get_member(self.id) for g in self.bot.guilds):
0 commit comments