File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ class HypeTrainStatus:
191191 The user whose channel the Hype Train is occurring on.
192192 level: int
193193 The current level of the Hype Train.
194- total: int1
194+ total: int
195195 The total amount contributed to the Hype Train.
196196 progress: int
197197 The number of points contributed to the Hype Train at the current level.
@@ -203,7 +203,7 @@ class HypeTrainStatus:
203203 The time the Hype Train started.
204204 expires_at: datetime.datetime
205205 The time the Hype Train expires.
206- type: Literal["treasure", "golden_kappa", "regular"]
206+ type: typing. Literal["treasure", "golden_kappa", "regular"]
207207 The type of Hype Train. Can be one of `treasure`, `golden_kappa`, or `regular`.
208208 all_time_high: HypeTrainAllTimeHigh | None
209209 Information about the channel's hype train records.
You can’t perform that action at this time.
0 commit comments