Class CommandsAPI.CommandResult

    • Constructor Detail

      • CommandsAPI.CommandResult

        CommandsAPI.CommandResult()
        calls CommandResult with default arguments.
      • CommandsAPI.CommandResult

        CommandsAPI.CommandResult(String content)
        calls CommandResult with default arguments.
        Parameters:
        content - Output message content
      • CommandsAPI.CommandResult

        CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send)
        Parameters:
        content - Output message content
        embeds - Embeds to include in the command output.
        send - Whether to send the message or not.
      • CommandsAPI.CommandResult

        CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username)
        Parameters:
        content - Output message content
        embeds - Embeds to include in the command output.
        send - Whether to send the message or not.
        username - Username for Clyde's customization.
      • CommandsAPI.CommandResult

        CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl)
        Parameters:
        content - Output message content
        embeds - Embeds to include in the command output.
        send - Whether to send the message or not.
        username - Username for Clyde.
        avatarUrl - Avatar URL for Clyde, must be a direct link, not a redirect.
      • CommandsAPI.CommandResult

        CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl, List<ButtonsAPI.ButtonData> buttons)
        Parameters:
        content - Output message content
        embeds - Embeds to include in the command output.
        send - Whether to send the message or not.
        username - Username for Clyde.
        avatarUrl - Avatar URL for Clyde, must be a direct link, not a redirect.
        buttons - Button components that will appear on the response message
    • Method Detail