Class AudioSlashCommands.SeekCommand

java.lang.Object
de.klassenserver7b.k7bot.audio.commands.slash.AudioSlashCommands.SeekCommand
All Implemented Interfaces:
GuildSlashCommand, SlashCommand, TopLevelSlashCommand
Enclosing class:
AudioSlashCommands

public static class AudioSlashCommands.SeekCommand extends Object implements GuildSlashCommand
  • Constructor Details

    • SeekCommand

      public SeekCommand()
  • Method Details

    • getCommandData

      @NotNull public net.dv8tion.jda.api.interactions.commands.build.SlashCommandData getCommandData()
      Specified by:
      getCommandData in interface TopLevelSlashCommand
    • performGuildSlashCommand

      public void performGuildSlashCommand(@NonNull net.dv8tion.jda.api.interactions.commands.SlashCommandInteraction event, @NonNull net.dv8tion.jda.api.entities.Guild guild, @NonNull net.dv8tion.jda.api.entities.Member m)
      Specified by:
      performGuildSlashCommand in interface GuildSlashCommand