Skip to content

Commit 04adeee

Browse files
authored
refactor: Rename create_post_in_forum method to create_forum_post
1 parent 9dab349 commit 04adeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/api/models/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ async def delete_tag(
16641664

16651665
return await self._client.delete_tag(int(self.id), _tag_id)
16661666

1667-
async def create_post_in_forum(
1667+
async def create_forum_post(
16681668
self,
16691669
name: str,
16701670
content: Union[

0 commit comments

Comments
 (0)