You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,7 +29,7 @@ A Java library inspired by [TikTokLive](https://github.com/isaackogan/TikTokLive
33
29
The library includes a wrapper that connects to the WebCast service using just the username (`uniqueId`). This allows you to connect to your own live chat as well as the live chat of other streamers.
34
30
No credentials are required. Events such as [Members Joining](#member), [Gifts](#gift), [Subscriptions](#subscribe), [Viewers](#roomuser), [Follows](#social), [Shares](#social), [Questions](#questionnew), [Likes](#like) and [Battles](#linkmicbattle) can be tracked.
35
31
36
-
# Contributors
32
+
# Contributors
37
33
[Library documentation for contributors](https://github.com/jwdeveloper/TikTokLiveJava/wiki)
38
34
39
35
<divalign="center">
@@ -58,7 +54,7 @@ Do you prefer other programming languages?
58
54
59
55
## Getting started
60
56
61
-
1. Install the package
57
+
1. Install the package
62
58
63
59
Maven
64
60
```xml
@@ -438,9 +434,9 @@ Triggered every time gift is sent
Remember if comboState is Finsihed both TikTokGiftComboEvent and TikTokGiftEvent event gets triggered
439
+
Remember if comboState is Finished both TikTokGiftComboEvent and TikTokGiftEvent event gets triggered
444
440
445
441
446
442
```java
@@ -697,4 +693,4 @@ public static class CustomListener implements TikTokEventListener {
697
693
698
694
699
695
## Contributing
700
-
Your improvements are welcome! Feel free to open an <ahref="https://github.com/jwdeveloper/TikTok-Live-Java/issues">issue</a> or <ahref="https://github.com/jwdeveloper/TikTok-Live-Java/pulls">pull request</a>.
696
+
Your improvements are welcome! Feel free to open an <ahref="https://github.com/jwdeveloper/TikTok-Live-Java/issues">issue</a> or <ahref="https://github.com/jwdeveloper/TikTok-Live-Java/pulls">pull request</a>.
0 commit comments