File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ def all_channel(cls: type[P]) -> P:
191
191
- :attr:`manage_emojis`
192
192
- :attr:`view_audit_log`
193
193
- :attr:`view_guild_insights`
194
+ - :attr:`view_creator_monetization_analytics`
194
195
- :attr:`manage_guild`
195
196
- :attr:`change_nickname`
196
197
- :attr:`manage_nicknames`
@@ -610,6 +611,14 @@ def moderate_members(self) -> int:
610
611
"""
611
612
return 1 << 40
612
613
614
+ @flag_value
615
+ def view_creator_monetization_analytics (self ) -> int :
616
+ """:class:`bool`: Returns ``True`` if a user can view creator monetization (role subscription) analytics.
617
+
618
+ .. versionadded:: 2.7
619
+ """
620
+ return 1 << 41
621
+
613
622
@flag_value
614
623
def use_soundboard (self ) -> int :
615
624
""":class:`bool`: Returns ``True`` if a user can use the soundboard in a voice channel.
You can’t perform that action at this time.
0 commit comments