Skip to content

Commit

Permalink
✏️ Fix writing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev committed Dec 18, 2024
1 parent 0776964 commit 19e4bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ class MediaChannel(ForumChannel):

@property
def hides_media_download_options(self) -> bool:
"""Whether media download options are be hidden in this media channel."""
"""Whether media download options are hidden in this media channel."""
return self.flags.hide_media_download_options

@overload
Expand Down Expand Up @@ -1501,7 +1501,7 @@ async def edit(self, *, reason=None, **options):
default_reaction_emoji: Optional[:class:`discord.GuildEmoji` | :class:`int` | :class:`str`]
The default reaction emoji.
Can be a unicode emoji or a custom emoji in the forms:
:class:`GuildEmoji`, snowflake ID, string representation (eg. '<a:emoji_name:emoji_id>').
:class:`GuildEmoji`, snowflake ID, string representation (e.g., '<a:emoji_name:emoji_id>').
available_tags: List[:class:`ForumTag`]
The set of tags that can be used in this channel. Must be less than `20`.
Expand Down

0 comments on commit 19e4bed

Please sign in to comment.