This repository has been archived by the owner on Sep 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
User Object
Leonardo Mariscal edited this page Jun 18, 2015
·
2 revisions
In this tutorial we will be looking on how to manage a User.
To get a User use the Method
User.getUser(String ign);
To see if its Mod
User#.isMod(Channel channel);
And many other common commands in twitch like Ban, timeout, etc.
To see if the User is following a channel.
User#.isFollowing(Channel channel);
To see if the User is subscribed to a channel. This Method is in test cause I cant test it, please send feedback
User#.isSubscribed(Channel channel);
If you are new to Java or coding you may not be familiarized to Object# that means that you need a variable of that object to get that method
Lib Made by CavariuX. All rights Reserved © 2015 Twitch Interactive, Inc.
- Automatic Messages
- Custom Commands
- Coins System