Class SimprateCommand

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

public class SimprateCommand extends Object implements Command
This class contains the actions of the simprate command
Calculates how much of a simp a person is using pseudo-RNG
  • Constructor Details

    • SimprateCommand

      public SimprateCommand()
  • Method Details

    • runCommand

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