Package com.reign.kat.lib.command
Class VoiceCommandEvent
java.lang.Object
com.reign.kat.lib.command.VoiceCommandEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionnet.dv8tion.jda.api.entities.Member
net.dv8tion.jda.api.entities.channel.middleman.GuildChannel
net.dv8tion.jda.api.entities.Guild
-
Constructor Summary
ConstructorsConstructorDescriptionVoiceCommandEvent
(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
-
guild
public net.dv8tion.jda.api.entities.Guild guild -
author
public net.dv8tion.jda.api.entities.Member author -
channel
public net.dv8tion.jda.api.entities.channel.middleman.GuildChannel channel -
parsedSpeech
-
wakeWord
-
-
Constructor Details
-
VoiceCommandEvent
public 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)
-