Slash Command Context Impl
class SlashCommandContextImpl(event: SlashCommandInteractionEvent) : SlashCommandContext
Content copied to clipboard
Functions
acknowledge
Link copied to clipboard
Automatically detect if the interaction is already acknowledge and if not will acknowledge it.
embed
Link copied to clipboard
Build a ContextAction using DSL.
message
Link copied to clipboard
open fun message(builder: MessageBuilder.() -> Unit): MessageContextAction
Content copied to clipboard
Build a ContextAction using DSL.
reply Embed
Link copied to clipboard
open fun replyEmbed(builder: EmbedBuilder.() -> Unit): ReplyCallbackAction
Content copied to clipboard
Reply to the event with the given embed.
reply Message
Link copied to clipboard
open fun replyMessage(builder: MessageBuilder.() -> Unit): ReplyCallbackAction
Content copied to clipboard
SReply to the event with the given content.
Reply to the event with the given content.
send Message
Link copied to clipboard
open fun sendMessage(builder: MessageBuilder.() -> Unit): WebhookMessageAction<Message>
Content copied to clipboard
open fun sendMessage(builder: MessageBuilder): WebhookMessageAction<Message>
Content copied to clipboard
Send a follow-up message with the given content.
try Acknowledge
Link copied to clipboard
Properties
extra
Link copied to clipboard
guildLocale
Link copied to clipboard
interaction
Link copied to clipboard
isAcknowledged
Link copied to clipboard
shardManager
Link copied to clipboard
userLocale
Link copied to clipboard