Class SlashCommandHandler

java.lang.Object
io.github.kaktushose.jdac.dispatching.handling.EventHandler<net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent>
io.github.kaktushose.jdac.dispatching.handling.command.SlashCommandHandler
All Implemented Interfaces:
BiConsumer<net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent, Runtime>

@Internal public final class SlashCommandHandler extends EventHandler<net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent>
  • Field Details

  • Constructor Details

  • Method Details

    • prepare

      protected @Nullable EventHandler.PreparationResult prepare(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, Runtime runtime)
      Specified by:
      prepare in class EventHandler<net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent>