Uses of Interface
org.javacord.api.event.interaction.SlashCommandCreateEvent
-
Packages that use SlashCommandCreateEvent Package Description org.javacord.api.listener.interaction -
-
Uses of SlashCommandCreateEvent in org.javacord.api.listener.interaction
Methods in org.javacord.api.listener.interaction with parameters of type SlashCommandCreateEvent Modifier and Type Method Description voidSlashCommandCreateListener. onSlashCommandCreate(SlashCommandCreateEvent event)This method is called every time an interaction is created.
-