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:
JW
2023-11-10 22:24:14 +01:00
parent 519c22de8e
commit 4c122ab754
5 changed files with 3 additions and 17 deletions

View File

@@ -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) ->
{