Package com.reign.kat.lib.command
Class MessageContext
java.lang.Object
com.reign.kat.lib.command.Context
com.reign.kat.lib.command.MessageContext
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal net.dv8tion.jda.api.entities.MessageEmbedThe first embed attached (if any)final List<net.dv8tion.jda.api.entities.MessageEmbed>A list of embeds attached to the messagefinal net.dv8tion.jda.api.entities.MessageThe message which invoked the Commandfinal StringThe guild's customized prefix from ApiGuildfinal StringThe prefix used in the invoking of the Command
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
embedsA list of embeds attached to the message
- 
embedpublic final net.dv8tion.jda.api.entities.MessageEmbed embedThe first embed attached (if any)
- 
prefixGuildThe guild's customized prefix from ApiGuild
- 
prefixUsedThe prefix used in the invoking of the Command
- 
messagepublic final net.dv8tion.jda.api.entities.Message messageThe message which invoked the Command
 
- 
- 
Constructor Details- 
MessageContext
 
- 
- 
Method Details- 
eventpublic net.dv8tion.jda.api.events.message.MessageReceivedEvent event()
- 
prefix
- 
send
- 
sendpublic void send(net.dv8tion.jda.api.entities.MessageEmbed... embeds) 
 
-