Interface SlashCommandInteraction

    • Method Detail

      • getFullCommandName

        java.lang.String getFullCommandName()
        Gets the full command name of this slash command including the name of the Subcommand and SubcommandGroup.

        This is a shorthand method to get the complete name without having to check for Subcommands or SubcommandGroups.

        Returns:
        The full command name.