isaackogan / TikTokLive

Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://isaackogan.github.io/TikTokLive/
MIT License
752 stars 154 forks source link

could not find the JoinEvent,anyone help? #180

Closed juzhesys closed 3 months ago

juzhesys commented 3 months ago

I'm glad to see that v6.0.0 is out, but the JoinEvent is not found. Is it missing?

isaackogan commented 3 months ago

Whoops...

You can use MemberEvent for this version, or install the now-released 6.0.0.post1 with the correct name, JoinEvent.

Thanks for letting me know.