Interface TextHandlers

All Superinterfaces:
Handlers, InteractionHandlers, MessageHandlers, SlashHandlers
All Known Implementing Classes:
TextHandlers.Impl

public interface TextHandlers extends InteractionHandlers, MessageHandlers
A set of handlers that support text-based (message and slash) invocations.
Since:
1.0
Version:
1.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    A record-based implementation.
  • Field Summary

    Fields inherited from interface dev.sympho.modular_commands.api.command.handler.Handlers

    CONTINUE
  • Method Summary

    Modifier and Type
    Method
    Description
    The handler to use for executing the invocation.
    The handlers to use to handle the result (in the order given).