Skip to content

Commit 8879fd6

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 39652ab commit 8879fd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

discord/ext/commands/context.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,5 +405,7 @@ async def reply(self, content: str | None = None, **kwargs: Any) -> Message:
405405
return await self.message.reply(content, **kwargs)
406406

407407
@discord.utils.copy_doc(Message.forward_to)
408-
async def forward_to(self, channel: discord.abc.Messageable, **kwargs: Any) -> Message:
408+
async def forward_to(
409+
self, channel: discord.abc.Messageable, **kwargs: Any
410+
) -> Message:
409411
return await self.message.forward_to(channel, **kwargs)

0 commit comments

Comments
 (0)