Class ComponentReply
java.lang.Object
com.github.kaktushose.jda.commands.dispatching.reply.MessageReply
com.github.kaktushose.jda.commands.dispatching.reply.ConfigurableReply
com.github.kaktushose.jda.commands.dispatching.reply.ComponentReply
- All Implemented Interfaces:
Reply
Subtype of
ConfigurableReply
that allows replying only with a name without a message.-
Field Summary
Fields inherited from class com.github.kaktushose.jda.commands.dispatching.reply.ConfigurableReply
registry, runtimeId
Fields inherited from class com.github.kaktushose.jda.commands.dispatching.reply.MessageReply
builder, definition, editReply, ephemeral, event, keepComponents, log
-
Constructor Summary
ConstructorDescriptionComponentReply
(@NotNull ConfigurableReply reply) Constructs a new ComponentReply. -
Method Summary
Methods inherited from class com.github.kaktushose.jda.commands.dispatching.reply.ConfigurableReply
components, components, editReply, ephemeral, keepComponents
Methods inherited from class com.github.kaktushose.jda.commands.dispatching.reply.MessageReply
complete, reply, reply, reply
-
Constructor Details
-
ComponentReply
Constructs a new ComponentReply.- Parameters:
reply
- the underlyingConfigurableReply
-
-
Method Details
-
reply
Sends the reply to Discord.
-