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 parent bc65337 commit 7ef514bCopy full SHA for 7ef514b
twitchio/models.py
@@ -662,6 +662,7 @@ def colour(self) -> str:
662
def __repr__(self):
663
return f"<PredictionOutcome outcome_id={self.outcome_id} title={self.title} channel_points={self.channel_points} color={self.color}>"
664
665
+
666
class Schedule:
667
668
__slots__ = ("segments", "user", "vacation")
twitchio/user.py
@@ -783,6 +783,7 @@ async def fetch_schedule(
783
784
return Schedule(self._http, data)
785
786
787
class BitLeaderboardUser(PartialUser):
788
789
__slots__ = "rank", "score"
0 commit comments