Skip to content

Commit

Permalink
Update overwrites description
Browse files Browse the repository at this point in the history
  • Loading branch information
baronkobama committed Jul 8, 2022
1 parent 93e0c56 commit 41b959b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions discord/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ async def edit(self, *, reason=None, **options):
reason: Optional[:class:`str`]
The reason for editing this channel. Shows up on the audit log.
overwrites: Dict[Union[:class:`Role`, :class:`Member`, :class:`Snowflake`], :class:`PermissionOverwrite`]
The overwrites to apply to the channel. Useful for creating secret channels.
The overwrites to apply to channel permissions. Useful for creating secret channels.
default_auto_archive_duration: :class:`int`
The new default auto archive duration in minutes for threads created in this channel.
Must be one of ``60``, ``1440``, ``4320``, or ``10080``.
Expand Down Expand Up @@ -1482,7 +1482,7 @@ async def edit(self, *, reason=None, **options):
reason: Optional[:class:`str`]
The reason for editing this channel. Shows up on the audit log.
overwrites: Dict[Union[:class:`Role`, :class:`Member`, :class:`Snowflake`], :class:`PermissionOverwrite`]
The overwrites to apply to the channel. Useful for creating secret channels.
The overwrites to apply to channel permissions. Useful for creating secret channels.
rtc_region: Optional[:class:`VoiceRegion`]
The new region for the voice channel's voice communication.
A value of ``None`` indicates automatic voice region detection.
Expand Down Expand Up @@ -1822,7 +1822,7 @@ async def edit(self, *, reason=None, **options):
reason: Optional[:class:`str`]
The reason for editing this channel. Shows up on the audit log.
overwrites: Dict[Union[:class:`Role`, :class:`Member`, :class:`Snowflake`], :class:`PermissionOverwrite`]
The overwrites to apply to the channel. Useful for creating secret channels.
The overwrites to apply to channel permissions. Useful for creating secret channels.
rtc_region: Optional[:class:`VoiceRegion`]
The new region for the stage channel's voice communication.
A value of ``None`` indicates automatic voice region detection.
Expand Down Expand Up @@ -1986,7 +1986,7 @@ async def edit(self, *, reason=None, **options):
reason: Optional[:class:`str`]
The reason for editing this category. Shows up on the audit log.
overwrites: Dict[Union[:class:`Role`, :class:`Member`, :class:`Snowflake`], :class:`PermissionOverwrite`]
The overwrites to apply to the channel. Useful for creating secret channels.
The overwrites to apply to channel permissions. Useful for creating secret channels.
Raises
------
Expand Down

0 comments on commit 41b959b

Please sign in to comment.