Class PlayCommand

java.lang.Object
org.prithvidiamond1.Commands.PlayCommand
All Implemented Interfaces:
Command

public class PlayCommand extends Object implements Command
This class contains the actions of the play command
Plays audio from a requested audio source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runCommand(org.javacord.api.event.interaction.SlashCommandCreateEvent event)
    the slash version of the play command
    void
    runCommand(org.javacord.api.event.message.MessageCreateEvent event)
    the guild version of the play command

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlayCommand

      public PlayCommand()
  • Method Details

    • runCommand

      public void runCommand(org.javacord.api.event.message.MessageCreateEvent event)
      the guild version of the play command
      Specified by:
      runCommand in interface Command
      Parameters:
      event - the guild command trigger event
    • runCommand

      public void runCommand(org.javacord.api.event.interaction.SlashCommandCreateEvent event)
      the slash version of the play command
      Specified by:
      runCommand in interface Command
      Parameters:
      event - the slash command trigger event