Package com.reign.kat.lib.command
Class VoiceCommandEvent
java.lang.Object
com.reign.kat.lib.command.VoiceCommandEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionnet.dv8tion.jda.api.entities.Membernet.dv8tion.jda.api.entities.channel.middleman.GuildChannelnet.dv8tion.jda.api.entities.Guild
- 
Constructor SummaryConstructorsConstructorDescriptionVoiceCommandEvent(net.dv8tion.jda.api.entities.Guild guild, net.dv8tion.jda.api.entities.Member author, net.dv8tion.jda.api.entities.channel.middleman.GuildChannel channel, TokenResult parsedSpeech, String wakeWord) 
- 
Method Summary
- 
Field Details- 
guildpublic net.dv8tion.jda.api.entities.Guild guild
- 
authorpublic net.dv8tion.jda.api.entities.Member author
- 
channelpublic net.dv8tion.jda.api.entities.channel.middleman.GuildChannel channel
- 
parsedSpeech
- 
wakeWord
 
- 
- 
Constructor Details- 
VoiceCommandEventpublic VoiceCommandEvent(net.dv8tion.jda.api.entities.Guild guild, net.dv8tion.jda.api.entities.Member author, net.dv8tion.jda.api.entities.channel.middleman.GuildChannel channel, TokenResult parsedSpeech, String wakeWord) 
 
-