case class Default[A](textChannel: TextGuildChannel, message: GuildGatewayMessage, guild: GatewayGuild, m: CommandMessage[A]) extends WrappedCommandMessage[A] with GuildCommandMessage[A] with Product with Serializable
- Source
- commandBuilder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Default
- Serializable
- Product
- Equals
- GuildCommandMessage
- WrappedCommandMessage
- CommandMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Default(textChannel: TextGuildChannel, message: GuildGatewayMessage, guild: GatewayGuild, m: CommandMessage[A])
Value Members
- def cache: CacheSnapshot
A cache snapshot taken when the command was used.
A cache snapshot taken when the command was used.
- Definition Classes
- WrappedCommandMessage → CommandMessage
- val guild: GatewayGuild
The guild this command was used in.
The guild this command was used in.
- Definition Classes
- Default → GuildCommandMessage
- val m: CommandMessage[A]
- val message: GuildGatewayMessage
The message that invoked the command.
The message that invoked the command.
- Definition Classes
- Default → GuildCommandMessage → WrappedCommandMessage → CommandMessage
- def parsed: A
The parsed arguments of this command.
The parsed arguments of this command.
- Definition Classes
- WrappedCommandMessage → CommandMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val textChannel: TextGuildChannel
The channel the command was used from.
The channel the command was used from.
- Definition Classes
- Default → GuildCommandMessage → WrappedCommandMessage → CommandMessage