From 7b96490175f36ab447ee85bc459e70988fbe4747 Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:00:21 -0500 Subject: [PATCH] Update discord/channel.py Co-authored-by: Lala Sabathil --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 76c606c781..0473443f10 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -938,7 +938,7 @@ async def create_post( else: data = await state.http.start_forum_thread( self.id, - content, + content=message_content, name=name, tts=tts, embed=embed,