Slash Command Context Impl
class SlashCommandContextImpl(commandClient: SlashCommandClient, event: SlashCommandEvent) : SlashCommandContext
Content copied to clipboard
Functions
acknowledge
Link copied to clipboard
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
Reply to the event with the given embed.
reply Message
Link 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.
Properties
commandClient
Link copied to clipboard
extra
Link copied to clipboard
isAcknowledged
Link copied to clipboard
selfMember
Link copied to clipboard