From cfcffd139aec07659e3fe198f33e6cec72104d0c Mon Sep 17 00:00:00 2001 From: shiftinv Date: Thu, 16 Nov 2023 19:05:50 +0100 Subject: [PATCH] chore: slight rephrasing of permission descriptions --- disnake/permissions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`.