Package com.github.kaktushose.jda.commands.dispatching.context


package com.github.kaktushose.jda.commands.dispatching.context
  • Class
    Description
    InvocationContext<T extends net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent>
    Bundles data that is important for the execution of an interaction, especially for invoking the user defined method.
    A simple key-value-store to store variables between events.