java.lang.Object
net.essentialsx.discord.interactions.InteractionCommandImpl
net.essentialsx.discord.interactions.commands.ListCommand
All Implemented Interfaces:
InteractionCommand

public class ListCommand extends InteractionCommandImpl
  • Constructor Details

  • Method Details

    • onCommand

      public void onCommand(InteractionEvent event)
      Description copied from interface: InteractionCommand
      Called when an interaction command is received from Discord.
      Parameters:
      event - The InteractionEvent which caused this command to be executed.