Class AboutCommand


@CommandInfo(name="About", description="Gets information about the bot.") @Author("John Grosh (jagrosh)") public class AboutCommand extends Command
Author:
John Grosh (jagrosh)
  • Constructor Details

    • AboutCommand

      public AboutCommand(Color color, String description, String[] features, net.dv8tion.jda.api.Permission... perms)
  • Method Details

    • setIsAuthor

      public void setIsAuthor(boolean value)
    • setReplacementCharacter

      public void setReplacementCharacter(String value)
    • execute

      protected void execute(CommandEvent event)
      Description copied from class: Command
      The main body method of a Command.
      This is the "response" for a successful #run(CommandEvent).
      Specified by:
      execute in class Command
      Parameters:
      event - The CommandEvent that triggered this Command