We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 << 41
1 parent 91f6595 commit 2a158b7Copy full SHA for 2a158b7
discord/permissions.py
@@ -610,6 +610,14 @@ def moderate_members(self) -> int:
610
"""
611
return 1 << 40
612
613
+ @flag_value
614
+ def view_creator_monetization_analytics(self) -> int:
615
+ """:class:`bool`: Returns ``True`` if a user can view creator monetization (role subscription) analytics.
616
+
617
+ .. versionadded:: 2.7
618
+ """
619
+ return 1 << 41
620
621
@flag_value
622
def use_soundboard(self) -> int:
623
""":class:`bool`: Returns ``True`` if a user can use the soundboard in a voice channel.
0 commit comments