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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
testDev()
Test function to see if developer token grants access to developer methods.Methods inherited from class dev.jacrispys.JavaBot.api.libs.auth.ClientConnection
getJDA
-
Constructor Details
-
DeveloperConnection
- Throws:
InterruptedException
-
-
Method Details
-
testDev
public void testDev()Test function to see if developer token grants access to developer methods.
-