Class PrefixCommand

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

public class PrefixCommand extends Object implements Command
This class contains the actions of the prefix command
Allows the user to change the guild prefix of the bot within the server
  • 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 prefix command
    void
    runCommand(org.javacord.api.event.message.MessageCreateEvent event)
    the guild version of the prefix command

    Methods inherited from class java.lang.Object

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

    • PrefixCommand

      public PrefixCommand()
  • Method Details

    • runCommand

      public void runCommand(org.javacord.api.event.message.MessageCreateEvent event)
      the guild version of the prefix 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 prefix command
      Specified by:
      runCommand in interface Command
      Parameters:
      event - the slash command trigger event