Package org.rspeer.commons
Class Communication.Bots
java.lang.Object
org.rspeer.commons.Communication.Bots
- Enclosing class:
- Communication
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.rspeer.network.api.response.Heartbeat>
Returns a list of all the running accounts associated with the user by reaching out to Inubot servers.
-
Constructor Details
-
Bots
public Bots()
-
-
Method Details
-
getRunning
Returns a list of all the running accounts associated with the user by reaching out to Inubot servers.- Returns:
- a list of
Heartbeat
objects representing the running accounts, or an empty list if there was an error or no active accounts were found
-