mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 09:19:40 -05:00
Changes:
Generated new Gifts Json TikTokLive.isLiveOnline() check if live if online TikTokLive.isLiveOnlineAsync() TikTokLive.isHostNameValid() check if hostName is correct TikTokLive.isHostNameValidAsync()
This commit is contained in:
@@ -95,10 +95,6 @@ public class SimpleExample
|
||||
{
|
||||
print(ConsoleColors.RED,"[Disconnected]");
|
||||
})
|
||||
.onChest((liveClient, event) ->
|
||||
{
|
||||
print(ConsoleColors.GREEN,"Chest has been open by ",event.getUser().getName());
|
||||
})
|
||||
.onRoom((liveClient, event) ->
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user