Class VoiceCommandEvent

java.lang.Object
com.reign.kat.lib.command.VoiceCommandEvent

public class VoiceCommandEvent extends Object
  • 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

      public TokenResult parsedSpeech
    • wakeWord

      public String 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)