Package org.prithvidiamond1.Commands
Class GayrateCommand
java.lang.Object
org.prithvidiamond1.Commands.GayrateCommand
- All Implemented Interfaces:
Command
This class contains the actions of the gayrate command
Calculates how gay a person is using pseudo-RNG
Calculates how gay 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 gayrate commandvoid
runCommand
(org.javacord.api.event.message.MessageCreateEvent event) the guild version of the gayrate command
-
Constructor Details
-
GayrateCommand
public GayrateCommand()
-
-
Method Details
-
runCommand
public void runCommand(org.javacord.api.event.message.MessageCreateEvent event) the guild version of the gayrate 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 gayrate command- Specified by:
runCommand
in interfaceCommand
- Parameters:
event
- the slash command trigger event
-