Skip to content

Commit

Permalink
Merge pull request #14 from Tali13/main
Browse files Browse the repository at this point in the history
  • Loading branch information
cibere authored Jan 20, 2024
2 parents 2630c2d + bbcee36 commit f3e738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kick/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def poll_event(self) -> None:

match raw_data["event"]:
case "App\\Events\\ChatMessageEvent":
msg = Message(data=data, http=self.http)
msg = Message(data=data["livestream"], http=self.http)
self.http.client.dispatch("message", msg)
case "App\\Events\\StreamerIsLive":
livestream = PartialLivestream(data=data, http=self.http)
Expand Down

0 comments on commit f3e738b

Please sign in to comment.