Package org.prithvidiamond1.Commands
Class SimprateCommand
java.lang.Object
org.prithvidiamond1.Commands.SimprateCommand
- All Implemented Interfaces:
Command
This class contains the actions of the simprate command
Calculates how much of a simp a person is using pseudo-RNG
Calculates how much of a simp a person is using pseudo-RNG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runCommand
(org.javacord.api.event.interaction.SlashCommandCreateEvent event) the slash version of the simprate commandvoid
runCommand
(org.javacord.api.event.message.MessageCreateEvent event) the guild version of the simprate command
-
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 interfaceCommand
- 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 interfaceCommand
- Parameters:
event
- the slash command trigger event
-