mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 10:49:24 +00:00
Add view_creator_monetization_analytics permission
This commit is contained in:
parent
0e016be42c
commit
2f71506169
@ -682,6 +682,14 @@ class Permissions(BaseFlags):
|
||||
"""
|
||||
return 1 << 40
|
||||
|
||||
@flag_value
|
||||
def view_creator_monetization_analytics(self) -> int:
|
||||
""":class:`bool`: Returns ``True`` if a user can view role subscription insights.
|
||||
|
||||
.. versionadded:: 2.4
|
||||
"""
|
||||
return 1 << 41
|
||||
|
||||
@flag_value
|
||||
def use_soundboard(self) -> int:
|
||||
""":class:`bool`: Returns ``True`` if a user can use the soundboard.
|
||||
|
Loading…
x
Reference in New Issue
Block a user