Skip to content

Commit 253a18b

Browse files
committed
Add Broadcaster to Lead Moderator flag
1 parent dd30324 commit 253a18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3962,7 +3962,7 @@ def lead_moderator(self) -> bool:
39623962
39633963
This bool should always be ``True`` when the chatter is the lead moderator.
39643964
"""
3965-
return getattr(self, "_is_lead_moderator", False)
3965+
return getattr(self, "_is_lead_moderator", False) or self.broadcaster
39663966

39673967
@property
39683968
def vip(self) -> bool:

0 commit comments

Comments
 (0)