Skip to content

Commit

Permalink
Update permissions.py
Browse files Browse the repository at this point in the history
Signed-off-by: plun1331 <plun1331@gmail.com>
  • Loading branch information
plun1331 committed Jun 25, 2024
1 parent ead5ffc commit 46045ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions discord/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,17 @@ def set_voice_channel_status(self) -> int:
"""
return 1 << 48

@flag_value
def use_external_apps(self) -> int
""":class:`bool`: Returns ``True`` if a member's user-installed apps can show public responses.
Users will still be able to use user-installed apps, but responses will be ephemeral.
This only applies to apps that are also not installed to the guild.
.. versionadded:: 2.6
"""
return 1 << 50


PO = TypeVar("PO", bound="PermissionOverwrite")

Expand Down

0 comments on commit 46045ef

Please sign in to comment.