mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Rename start_embedded_activities to use_embedded_activities
This commit is contained in:
parent
f80f81c395
commit
45dc3d3df9
@ -554,7 +554,7 @@ class Permissions(BaseFlags):
|
||||
return 1 << 38
|
||||
|
||||
@flag_value
|
||||
def start_embedded_activities(self) -> int:
|
||||
def use_embedded_activities(self) -> int:
|
||||
""":class:`bool`: Returns ``True`` if a user can launch an embedded application in a Voice channel.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user