Skip to content

Commit c87b3b5

Browse files
authored
Remove line 305 - pubsub unban request (#202)
remove automod slot
1 parent 5c470bf commit c87b3b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

twitchio/ext/pubsub/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def __init__(self, client: Client, topic: str, data: dict):
302302
if data["message"]["data"]["target_user_id"]
303303
else None
304304
)
305-
self.from_automod: bool = data["message"]["data"]["from_automod"]
306305

307306

308307
class PubSubModerationActionChannelTerms(PubSubMessage):

0 commit comments

Comments
 (0)