Package io.github.unknowncoder56.javaslc
Interface CommandListener
public interface CommandListener
An interface to implement the method for receiving command (messages sent with the currently set bot prefix) events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCommand(CommandContext context) Method to implement for receiving command events.
-
Method Details
-
onCommand
Method to implement for receiving command events.- Parameters:
context- TheCommandContextof the message.- See Also:
-