Skip to content

Commit

Permalink
docs: Fix parameter type (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mAxYoLo01 committed Nov 23, 2022
1 parent b0895c8 commit e07eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/api/models/guild.py
Expand Up @@ -930,7 +930,7 @@ async def create_channel(
:param Optional[int] rate_limit_per_use: Amount of seconds a user has to wait before sending another message (0-21600)
:param Optional[int] position: Sorting position of the channel
:param Optional[Union[int, Channel, Snowflake]] parent_id: The id of the parent category for a channel
:param Optional[Overwrite] permission_overwrites: The permission overwrites, if any
:param Optional[List[Overwrite]] permission_overwrites: The permission overwrites, if any
:param Optional[bool] nsfw: Whether the channel is nsfw or not, default ``False``
:param Optional[str] reason: The reason for the creation
:return: The created channel
Expand Down

0 comments on commit e07eecc

Please sign in to comment.