diff --git a/disnake/permissions.py b/disnake/permissions.py index a9dafb8f27..f7bc856c40 100644 --- a/disnake/permissions.py +++ b/disnake/permissions.py @@ -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`. @@ -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`.