Uses of Class
net.kautler.command.api.event.MessageEvent
-
Packages that use MessageEvent Package Description net.kautler.command.api.event.javacord -
-
Uses of MessageEvent in net.kautler.command.api.event.javacord
Subclasses of MessageEvent in net.kautler.command.api.event.javacord Modifier and Type Class Description classCommandNotAllowedEventJavacordAn event that is sent asynchronously via the CDI event mechanism if a command was not allowed due to some configured restriction by the Javacord command handler.classCommandNotFoundEventJavacordAn event that is sent asynchronously via the CDI event mechanism if a command was not found for a message that started with the configured command prefix.
-