Packages

case class Default[A](textChannel: TextGuildChannel, message: GuildGatewayMessage, guild: GatewayGuild, m: CommandMessage[A]) extends WrappedCommandMessage[A] with GuildCommandMessage[A] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Default
  2. Serializable
  3. Product
  4. Equals
  5. GuildCommandMessage
  6. WrappedCommandMessage
  7. CommandMessage
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Default(textChannel: TextGuildChannel, message: GuildGatewayMessage, guild: GatewayGuild, m: CommandMessage[A])

Value Members

  1. def cache: CacheSnapshot

    A cache snapshot taken when the command was used.

    A cache snapshot taken when the command was used.

    Definition Classes
    WrappedCommandMessageCommandMessage
  2. val guild: GatewayGuild

    The guild this command was used in.

    The guild this command was used in.

    Definition Classes
    DefaultGuildCommandMessage
  3. val m: CommandMessage[A]
  4. val message: GuildGatewayMessage

    The message that invoked the command.

    The message that invoked the command.

    Definition Classes
    DefaultGuildCommandMessageWrappedCommandMessageCommandMessage
  5. def parsed: A

    The parsed arguments of this command.

    The parsed arguments of this command.

    Definition Classes
    WrappedCommandMessageCommandMessage
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val textChannel: TextGuildChannel

    The channel the command was used from.

    The channel the command was used from.

    Definition Classes
    DefaultGuildCommandMessageWrappedCommandMessageCommandMessage