Class AutoCompleteHandler

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

@Internal public final class AutoCompleteHandler extends EventHandler<net.dv8tion.jda.api.events.interaction.command.CommandAutoCompleteInteractionEvent>
  • Constructor Details

  • Method Details

    • prepare

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