Skip to content

Commit

Permalink
chore: slight rephrasing of permission descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 16, 2023
1 parent cd4b07a commit cfcffd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions disnake/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ def use_soundboard(self) -> int:

@flag_value
def create_guild_expressions(self) -> int:
""":class:`bool`: Returns ``True`` if a user can create
emojis, stickers, and soundboard sounds, as well as edit and delete those they created.
""":class:`bool`: Returns ``True`` if a user can create emojis, stickers,
and soundboard sounds, as well as edit and delete the ones they created.
See also :attr:`~Permissions.manage_guild_expressions`.
Expand All @@ -1014,7 +1014,7 @@ def create_guild_expressions(self) -> int:
@flag_value
def create_events(self) -> int:
""":class:`bool`: Returns ``True`` if a user can create guild scheduled events,
as well as edit and delete those they created.
as well as edit and delete the ones they created.
See also :attr:`~Permissions.manage_events`.
Expand Down

0 comments on commit cfcffd1

Please sign in to comment.