t

ackcord.interactions.commands

SlashCommandOrGroup

sealed trait SlashCommandOrGroup extends CreatedApplicationCommand

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlashCommandOrGroup
  2. CreatedApplicationCommand
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def defaultPermission: Boolean
    Definition Classes
    CreatedApplicationCommand
  2. abstract def description: Option[String]

    Description of the application command.

    Description of the application command.

    Definition Classes
    CreatedApplicationCommand
  3. abstract def extra: Map[String, String]

    Extra info associated with the command.

    Extra info associated with the command.

    Definition Classes
    CreatedApplicationCommand
  4. abstract def handleRaw(clientId: String, rawInteraction: RawInteraction, cacheSnapshot: Option[CacheSnapshot]): InteractionResponse

    Handle an interaction with the application command.

    Handle an interaction with the application command.

    Definition Classes
    CreatedApplicationCommand
  5. abstract def makeCommandOptions: Seq[ApplicationCommandOption]

    Convert the parameters of this command into ApplicationCommandOption s.

    Convert the parameters of this command into ApplicationCommandOption s.

    Definition Classes
    CreatedApplicationCommand
  6. abstract def name: String

    Name of the application command.

    Name of the application command.

    Definition Classes
    CreatedApplicationCommand
  7. abstract def toCommandOption: ApplicationCommandOption

    Convert this command to an ApplicationCommandOption.

Concrete Value Members

  1. def commandType: ApplicationCommandType

    The application command type.

    The application command type.

    Definition Classes
    SlashCommandOrGroupCreatedApplicationCommand