Package io.github.unknowncoder56.javaslc
Interface StartListener
public interface StartListener
An interface to implement the method for receiving the bot start event.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonStart()Method to implement for receiving the bot start event.
-
Method Details
-
onStart
void onStart()Method to implement for receiving the bot start event.
-