@@ -1986,7 +1986,7 @@ class Followers:
19861986 """
19871987 Metadata associated with the followers command.
19881988
1989- Attributes:
1989+ Attributes
19901990 -----------
19911991 follow_duration_minutes: :class:`int`
19921992 The length of time, in minutes, that the followers must have followed the broadcaster to participate in the chat room.
@@ -1999,7 +1999,7 @@ class Slow:
19991999 """
20002000 Metadata associated with the slow command.
20012001
2002- Attributes:
2002+ Attributes
20032003 -----------
20042004 wait_time_seconds: :class:`int`
20052005 The amount of time, in seconds, that users need to wait between sending messages.
@@ -2012,7 +2012,7 @@ class VIPStatus:
20122012 """
20132013 Metadata associated with the vip / unvip command.
20142014
2015- Attributes:
2015+ Attributes
20162016 -----------
20172017 user: :class:`PartialUser`
20182018 The user who is gaining or losing VIP access.
@@ -2025,7 +2025,7 @@ class ModeratorStatus:
20252025 """
20262026 Metadata associated with the mod / unmod command.
20272027
2028- Attributes:
2028+ Attributes
20292029 -----------
20302030 user: :class:`PartialUser`
20312031 The user who is gaining or losing moderator access.
@@ -2038,7 +2038,7 @@ class BanStatus:
20382038 """
20392039 Metadata associated with the ban / unban command.
20402040
2041- Attributes:
2041+ Attributes
20422042 -----------
20432043 user: :class:`PartialUser`
20442044 The user who is banned / unbanned.
@@ -2054,7 +2054,7 @@ class TimeoutStatus:
20542054 """
20552055 Metadata associated with the timeout / untimeout command.
20562056
2057- Attributes:
2057+ Attributes
20582058 -----------
20592059 user: :class:`PartialUser`
20602060 The user who is timedout / untimedout.
@@ -2075,7 +2075,7 @@ class RaidStatus:
20752075 """
20762076 Metadata associated with the raid / unraid command.
20772077
2078- Attributes:
2078+ Attributes
20792079 -----------
20802080 user: :class:`PartialUser`
20812081 The user who is timedout / untimedout.
@@ -2091,7 +2091,7 @@ class Delete:
20912091 """
20922092 Metadata associated with the delete command.
20932093
2094- Attributes:
2094+ Attributes
20952095 -----------
20962096 user: :class:`PartialUser`
20972097 The user who is timedout / untimedout.
@@ -2110,7 +2110,7 @@ class AutoModTerms:
21102110 """
21112111 Metadata associated with the automod terms change.
21122112
2113- Attributes:
2113+ Attributes
21142114 -----------
21152115 action: :class:`Literal["add", "remove"]`
21162116 Either “add” or “remove”.
@@ -2132,7 +2132,7 @@ class UnBanRequest:
21322132 """
21332133 Metadata associated with the slow command.
21342134
2135- Attributes:
2135+ Attributes
21362136 -----------
21372137 user: :class:`PartialUser`
21382138 The user who is requesting an unban.
0 commit comments