Package com.github.kaktushose.jda.commands.dispatching.reply
package com.github.kaktushose.jda.commands.dispatching.reply
Classes for sending bot messages.
-
ClassDescriptionRepresents a component, namely
Button
,StringSelectMenu
orEntitySelectMenu
, that should be added to a reply.Subtype ofConfigurableReply
that allows replying only with a name without a message.Subtype ofMessageReply
that supports adding components to messages and changing theReplyConfig
.Simple builder for sending text messages based on aGenericInteractionCreateEvent
.Common interface for classes that support simple message replies toGenericInteractionCreateEvent
.