Class DeveloperConnection
java.lang.Object
dev.jacrispys.JavaBot.api.libs.auth.ClientConnection
dev.jacrispys.JavaBot.api.libs.auth.DeveloperConnection
Child of 
ClientConnection should be instantiated if user's auth token identifies as a developer token.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidtestDev()Test function to see if developer token grants access to developer methods.Methods inherited from class dev.jacrispys.JavaBot.api.libs.auth.ClientConnectiongetJDA
- 
Constructor Details- 
DeveloperConnection- Throws:
- InterruptedException
 
 
- 
- 
Method Details- 
testDevpublic void testDev()Test function to see if developer token grants access to developer methods.
 
-